소스 검색

Define OPENSER_MOD_INTERFACE in Makefile.

This patch adds -DOPENSER_MOD_INTERFACE to the modules Makefile, this
is needed to make Kamailio modules compile with the sip router core.
Jan Janak 16 년 전
부모
커밋
20efc4fa10
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      modules_k/regex/Makefile

+ 2 - 0
modules_k/regex/Makefile

@@ -6,4 +6,6 @@ NAME=regex.so
 DEFS+=-I$(LOCALBASE)/include
 DEFS+=-I$(LOCALBASE)/include
 LIBS=-L$(LOCALBASE)/lib -lpcre
 LIBS=-L$(LOCALBASE)/lib -lpcre
 
 
+DEFS+=-DOPENSER_MOD_INTERFACE
+
 include ../../Makefile.modules
 include ../../Makefile.modules