[SR-Dev] [PATCH 08/10] Define OPENSER_MOD_INTERFACE in Makefile.

Jan Janak jan at iptel.org
Tue Mar 3 01:16:20 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/acc/Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/acc/Makefile b/modules/acc/Makefile
index 395d79f..a25c0f5 100644
--- a/modules/acc/Makefile
+++ b/modules/acc/Makefile
@@ -28,4 +28,6 @@ ifeq ($(ENABLE_DIAMETER_ACC),true)
 DEFS+=-DDIAM_ACC
 endif
 
+DEFS+=-DOPENSER_MOD_INTERFACE
+
 include ../../Makefile.modules
-- 
1.5.6.5




More information about the sr-dev mailing list