Module: sip-router Branch: master Commit: 7f5d581b42139a16f6c3730ed9c54b1d36f6b58a URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7f5d581b42139a16f6c3730ed9c54b1d36f6b58a
Author: Ovidiu Sas <[email protected]> Committer: Ovidiu Sas <[email protected]> Date: Mon Dec 17 15:17:28 2012 -0500 modules/db_cassandra: no need to link against kmi library - no MI commands exported --- modules/db_cassandra/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/db_cassandra/Makefile b/modules/db_cassandra/Makefile index 0e45edb..7278092 100644 --- a/modules/db_cassandra/Makefile +++ b/modules/db_cassandra/Makefile @@ -21,7 +21,7 @@ CXXFLAGS=$(CFLAGS:-Wno-deprecated option=) CXXFLAGS+= -Wno-write-strings -Wno-deprecated -Wno-unused-function -Wno-sign-compare -Wno-strict-aliasing SERLIBPATH=../../lib -SER_LIBS=$(SERLIBPATH)/srdb2/srdb2 $(SERLIBPATH)/srdb1/srdb1 $(SERLIBPATH)/kmi/kmi +SER_LIBS=$(SERLIBPATH)/srdb2/srdb2 $(SERLIBPATH)/srdb1/srdb1 include ../../Makefile.modules _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
