[sr-dev] git:master: Do not bind with libser_cmd, this is not required.
admin at sip-router.org
admin at sip-router.org
Thu Jan 3 16:25:33 CET 2013
Module: sip-router
Branch: master
Commit: 2ce18eee8cfb85d7c88187a419c8d3f81228a1f8
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2ce18eee8cfb85d7c88187a419c8d3f81228a1f8
Author: Carsten Bock <carsten at ng-voice.com>
Committer: Carsten Bock <carsten at ng-voice.com>
Date: Thu Jan 3 16:24:59 2013 +0100
Do not bind with libser_cmd, this is not required.
---
lib/ims/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/ims/Makefile b/lib/ims/Makefile
index ea86467..7cd4b62 100644
--- a/lib/ims/Makefile
+++ b/lib/ims/Makefile
@@ -14,8 +14,8 @@ libxml2_includes=-I/usr/include/libxml2 -I$(LOCALBASE)/include/libxml2 \
libxml2_libs=-L$(LOCALBASE)/lib -lxml2
INCLUDES= -I$(CURDIR)/.. -I$(CURDIR)/../.. $(libxml2_includes)
LIBS=$(libxml2_libs)
-SERLIBPATH=..
-SER_LIBS=$(SERLIBPATH)/cds/ser_cds
+#SERLIBPATH=..
+#SER_LIBS=$(SERLIBPATH)/cds/ser_cds
include ../../Makefile.libs
More information about the sr-dev
mailing list