Module: sip-router
Branch: master
Commit: 0704fc5368f04ca90e6dcbc6bb6408b6339a96a4
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0704fc5…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Tue Sep 13 11:53:44 2011 +0200
utils: removed invalid lib path from Makefile
---
modules/utils/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/utils/Makefile b/modules/utils/Makefile
index ec45631..e0a2718 100644
--- a/modules/utils/Makefile
+++ b/modules/utils/Makefile
@@ -11,7 +11,7 @@ LIBS=
DEFS+=-I/usr/include/libxml2 -I$(LOCALBASE)/include/libxml2 \
-I$(LOCALBASE)/include
-LIBS+=-L$(SYSBASE)/include/lib -L$(LOCALBASE)/lib -lcurl -lxml2
+LIBS+=-L$(LOCALBASE)/lib -lcurl -lxml2
DEFS+=-DOPENSER_MOD_INTERFACE