[SR-Dev] [PATCH 1/8] Define OPENSER_MOD_INTERFACE in Makefile.
Jan Janak
jan at iptel.org
Tue Mar 3 03:15:48 CET 2009
This patch adds -DOPENSER_MOD_INTERFACE to the modules Makefile, this
is needed to make Kamailio modules compile with the sip router core.
---
modules/carrierroute/Makefile | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/carrierroute/Makefile b/modules/carrierroute/Makefile
index 9407069..3a42485 100644
--- a/modules/carrierroute/Makefile
+++ b/modules/carrierroute/Makefile
@@ -24,4 +24,6 @@ endif
DEFS+=$(CONFUSEDEFS)
LIBS=$(CONFUSELIBS)
+DEFS+=-DOPENSER_MOD_INTERFACE
+
include ../../Makefile.modules
--
1.5.6.5
More information about the sr-dev
mailing list