Skip to content

Commit

Permalink
janssonrpcc: Makefile - define KAMAILIO_MOD_INTERFACE
Browse files Browse the repository at this point in the history
(cherry picked from commit cd0e1bd)
  • Loading branch information
miconda committed Feb 22, 2018
1 parent 06c2ec2 commit dcbee57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
Expand All @@ -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

0 comments on commit dcbee57

Please sign in to comment.