Browse Source

jansson: Makefile - define KAMAILIO_MOD_INTERFACE

(cherry picked from commit 86589cdda4f5390099165670d68d49f5c8b44af1)
(cherry picked from commit 06c2ec25dcbdc93bfae23f8931714010fbfebb83)
Daniel-Constantin Mierla 7 years ago
parent
commit
468ee46bb6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/jansson/Makefile

+ 1 - 1
src/modules/jansson/Makefile

@@ -23,7 +23,7 @@ else
 	LIBS+=-L$(SYSBASE)/include/lib -L$(LOCALBASE)/lib -ljansson
 endif
 
-DEFS+=-DOPENSER_MOD_INTERFACE
+DEFS+=-DKAMAILIO_MOD_INTERFACE
 
 SERLIBPATH=../../lib
 include ../../Makefile.modules