Module: sip-router Branch: sr_3.0 Commit: 4a3712da5b3e7c8ed20748d9b57931690813af47 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4a3712da5b3e7c8ed20748d9b57931690813af47
Author: Marius Zbihlei <[email protected]> Committer: Henning Westerholt <[email protected]> Date: Thu Oct 22 15:20:46 2009 +0300 Added kmi module to linkage (because of ../../modules_k/xcap_client/xcap_client.so: undefined symbol: register_mi_mod ) (cherry picked from commit b5dd92caf75c3cc9076a0fc59149fbf80bcb0949) --- modules_k/xcap_client/Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/modules_k/xcap_client/Makefile b/modules_k/xcap_client/Makefile index 8548d49..74843e5 100644 --- a/modules_k/xcap_client/Makefile +++ b/modules_k/xcap_client/Makefile @@ -18,4 +18,6 @@ DEFS+=-DOPENSER_MOD_INTERFACE SERLIBPATH=../../lib SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1 +SER_LIBS+=$(SERLIBPATH)/kmi/kmi + include ../../Makefile.modules _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
