Browse Source

jsonrpc-s: Link to srutils for access to srjson

Alex Hermann 11 năm trước cách đây
mục cha
commit
bc2fd3ec90
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      modules/jsonrpc-s/Makefile

+ 2 - 0
modules/jsonrpc-s/Makefile

@@ -8,5 +8,7 @@ DEFS +=
 LIBS +=
 
 DEFS+=-DKAMAILIO_MOD_INTERFACE
+SERLIBPATH=../../lib
+SER_LIBS+=$(SERLIBPATH)/srutils/srutils
 
 include ../../Makefile.modules