Skip to content

Commit

Permalink
modules/ims*: define KAMAILIO_MOD_INTERFACE instead of the old variant
Browse files Browse the repository at this point in the history
(cherry picked from commit 014958e)
  • Loading branch information
miconda committed Feb 22, 2018
1 parent b65be9c commit d942ade
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/modules/ims_auth/Makefile
Expand Up @@ -25,7 +25,7 @@ ifneq ($(OS),darwin)
LIBS += -lrt
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_isc/Makefile
@@ -1,7 +1,7 @@
#
# ims_isc make file
#
#
#

include ../../Makefile.defs
auto_gen=
Expand All @@ -20,7 +20,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
4 changes: 2 additions & 2 deletions src/modules/ims_ocs/Makefile
@@ -1,5 +1,5 @@
#
# ims_qos make file
# ims_ocs make file
#
#

Expand All @@ -8,7 +8,7 @@ auto_gen=
NAME=ims_ocs.so
LIBS=

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_usrloc_pcscf/Makefile
Expand Up @@ -8,7 +8,7 @@ include ../../Makefile.defs
auto_gen=
NAME=ims_usrloc_pcscf.so

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_usrloc_scscf/Makefile
Expand Up @@ -8,7 +8,7 @@ include ../../Makefile.defs
auto_gen=
NAME=ims_usrloc_scscf.so

DEFS+=-DOPENSER_MOD_INTERFACE
DEFS+=-DKAMAILIO_MOD_INTERFACE

SERLIBPATH=../../lib
SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1
Expand Down

0 comments on commit d942ade

Please sign in to comment.