Module: kamailio Branch: master Commit: 1b6cceeb841bce700504b1311aa123a78bda0cdb URL: https://github.com/kamailio/kamailio/commit/1b6cceeb841bce700504b1311aa123a7...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2018-02-15T11:39:02+01:00
acc_json: internal lib srdb1 is not needed by the module
---
Modified: src/modules/acc_json/Makefile
---
Diff: https://github.com/kamailio/kamailio/commit/1b6cceeb841bce700504b1311aa123a7... Patch: https://github.com/kamailio/kamailio/commit/1b6cceeb841bce700504b1311aa123a7...
---
diff --git a/src/modules/acc_json/Makefile b/src/modules/acc_json/Makefile index 06ca25bbd7..b3ce6b7ac4 100644 --- a/src/modules/acc_json/Makefile +++ b/src/modules/acc_json/Makefile @@ -24,6 +24,4 @@ endif
DEFS+=-DKAMAILIO_MOD_INTERFACE
-SERLIBPATH=../../lib -SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1 include ../../Makefile.modules