Module: kamailio
Branch: master
Commit: cd0e1bd26cc31c001707ce98d084310979071fb0
URL:
https://github.com/kamailio/kamailio/commit/cd0e1bd26cc31c001707ce98d084310…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2018-01-24T09:21:17+01:00
janssonrpcc: Makefile - define KAMAILIO_MOD_INTERFACE
---
Modified: src/modules/janssonrpcc/Makefile
---
Diff:
https://github.com/kamailio/kamailio/commit/cd0e1bd26cc31c001707ce98d084310…
Patch:
https://github.com/kamailio/kamailio/commit/cd0e1bd26cc31c001707ce98d084310…
---
diff --git a/src/modules/janssonrpcc/Makefile b/src/modules/janssonrpcc/Makefile
index 596b3d42f5..10ea4446ce 100644
--- a/src/modules/janssonrpcc/Makefile
+++ b/src/modules/janssonrpcc/Makefile
@@ -1,5 +1,5 @@
#
-# janssonrpc-c module makefile
+# janssonrpcc module makefile
#
#
# WARNING: do not run this directly, it should be run by the master Makefile
@@ -20,7 +20,7 @@ else
LIBS+= $(shell pkg-config --libs libevent)
endif
-DEFS+=-DOPENSER_MOD_INTERFACE
+DEFS+=-DKAMAILIO_MOD_INTERFACE
SERLIBPATH=../../lib
include ../../Makefile.modules