소스 검색

janssonrpcc: Makefile - define KAMAILIO_MOD_INTERFACE

Daniel-Constantin Mierla 7 년 전
부모
커밋
cd0e1bd26c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/modules/janssonrpcc/Makefile

+ 2 - 2
src/modules/janssonrpcc/Makefile

@@ -1,5 +1,5 @@
 #
-# janssonrpc-c module makefile
+# janssonrpcc module makefile
 #
 #
 # WARNING: do not run this directly, it should be run by the master Makefile
@@ -20,7 +20,7 @@ else
 	LIBS+= $(shell pkg-config --libs libevent)
 endif
 
-DEFS+=-DOPENSER_MOD_INTERFACE
+DEFS+=-DKAMAILIO_MOD_INTERFACE
 
 SERLIBPATH=../../lib
 include ../../Makefile.modules