Module: sip-router Branch: master Commit: 6fc90f2eb77b6c6716b0643f169a3858d985afe2 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6fc90f2eb77b6c6716b0643f169a3858d985afe2
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: Fri Apr 29 10:23:01 2011 +0200 xmlops: removed invalid lib path --- modules/xmlops/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/xmlops/Makefile b/modules/xmlops/Makefile index 049a855..ed49669 100644 --- a/modules/xmlops/Makefile +++ b/modules/xmlops/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 _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
