Browse Source

cnxcc: Makefile - define KAMAILIO_MOD_INTERFACE

Daniel-Constantin Mierla 7 years ago
parent
commit
22421845cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/cnxcc/Makefile

+ 1 - 1
src/modules/cnxcc/Makefile

@@ -47,7 +47,7 @@ endif
 DEFS+=$(HIREDISDEFS) $(LEVENTDEFS)
 LIBS=$(HIREDISLIBS) $(LEVENTLIBS)
 
-DEFS+=-DOPENSER_MOD_INTERFACE
+DEFS+=-DKAMAILIO_MOD_INTERFACE
 SERLIBPATH=../../lib
 SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1
 include ../../Makefile.modules