Skip to content

Commit

Permalink
modules/ims*: Makefile updates
Browse files Browse the repository at this point in the history
- use KAMAILIO mod interface define
- bits of updates in the comments

(cherry picked from commit d40c65a)
  • Loading branch information
miconda committed Feb 22, 2018
1 parent d942ade commit cabe86f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/modules/ims_charging/Makefile
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion src/modules/ims_icscf/Makefile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/modules/ims_qos/Makefile
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand All @@ -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
Expand Down

0 comments on commit cabe86f

Please sign in to comment.