Module: sip-router Branch: master Commit: 0704fc5368f04ca90e6dcbc6bb6408b6339a96a4 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0704fc5368f04ca90e6dcbc6bb6408b6339a96a4
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> 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 _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
