Browse Source

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 years ago
parent
commit
20efc4fa10
1 changed files with 2 additions and 0 deletions
  1. 2 0
      modules_k/regex/Makefile

+ 2 - 0
modules_k/regex/Makefile

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