Quellcode durchsuchen

modules/ims*: Makefile updates

- use KAMAILIO mod interface define
- bits of updates in the comments
Daniel-Constantin Mierla vor 7 Jahren
Ursprung
Commit
d40c65a983

+ 1 - 1
src/modules/ims_charging/Makefile

@@ -8,7 +8,7 @@ auto_gen=
 NAME=ims_charging.so
 LIBS=
 
-DEFS+=-DOPENSER_MOD_INTERFACE
+DEFS+=-DKAMAILIO_MOD_INTERFACE
 
 SERLIBPATH=../../lib
 SER_LIBS+=$(SERLIBPATH)/ims/kamailio_ims

+ 3 - 3
src/modules/ims_diameter_server/Makefile

@@ -1,14 +1,14 @@
 #
-# ims_qos make file
+# ims_diameter_server make file
+#
 #
-# 
 
 include ../../Makefile.defs
 auto_gen=
 NAME=ims_diameter_server.so
 LIBS=-lm
 
-DEFS+=-DOPENSER_MOD_INTERFACE
+DEFS+=-DKAMAILIO_MOD_INTERFACE
 
 SERLIBPATH=../../lib
 SER_LIBS+=$(SERLIBPATH)/ims/kamailio_ims

+ 1 - 1
src/modules/ims_icscf/Makefile

@@ -20,7 +20,7 @@ else
 	LIBS+=-L$(LOCALBASE)/lib -lxml2
 endif
 
-DEFS += -DOPENSER_MOD_INTERFACE
+DEFS += -DKAMAILIO_MOD_INTERFACE
 
 SERLIBPATH=../../lib
 SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1

+ 1 - 1
src/modules/ims_qos/Makefile

@@ -8,7 +8,7 @@ auto_gen=
 NAME=ims_qos.so
 LIBS=
 
-DEFS+=-DOPENSER_MOD_INTERFACE
+DEFS+=-DKAMAILIO_MOD_INTERFACE
 
 SERLIBPATH=../../lib
 SER_LIBS+=$(SERLIBPATH)/ims/kamailio_ims

+ 2 - 2
src/modules/ims_registrar_pcscf/Makefile

@@ -1,5 +1,5 @@
 #
-# registrar module makefile
+# ims registrar module makefile
 #
 #
 # WARNING: do not run this directly, it should be run by the master Makefile
@@ -26,7 +26,7 @@ ifneq ($(OS),darwin)
 	LIBS += -lpthread
 endif
 
-DEFS+=-DOPENSER_MOD_INTERFACE
+DEFS+=-DKAMAILIO_MOD_INTERFACE
 
 SERLIBPATH=../../lib
 SER_LIBS+=$(SERLIBPATH)/ims/kamailio_ims

+ 2 - 2
src/modules/ims_registrar_scscf/Makefile

@@ -1,5 +1,5 @@
 #
-# registrar module makefile
+# ims registrar module makefile
 #
 #
 # WARNING: do not run this directly, it should be run by the master Makefile
@@ -21,7 +21,7 @@ else
 	LIBS+=-L$(LOCALBASE)/lib -lxml2
 endif
 
-DEFS+=-DOPENSER_MOD_INTERFACE
+DEFS+=-DKAMAILIO_MOD_INTERFACE
 
 SERLIBPATH=../../lib
 SER_LIBS+=$(SERLIBPATH)/ims/kamailio_ims