Module: sip-router Branch: master Commit: 7e1564b7e67a25eb22c26f4ae235d9b380ce8417 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7e1564b7...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Wed Sep 7 21:57:03 2011 +0200
xcap_server: remove invalid lib dir from Makefile
---
modules_k/xcap_server/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules_k/xcap_server/Makefile b/modules_k/xcap_server/Makefile index 8a85ed0..660341e 100644 --- a/modules_k/xcap_server/Makefile +++ b/modules_k/xcap_server/Makefile @@ -12,7 +12,7 @@ LIBS=
DEFS+=-I/usr/include/libxml2 -I$(LOCALBASE)/include/libxml2 \ -I$(LOCALBASE)/include -LIBS+=-L$(SYSBASE)/include/lib -L$(LOCALBASE)/lib -lxml2 +LIBS+=-L$(LOCALBASE)/lib -lxml2
DEFS+=-DOPENSER_MOD_INTERFACE