[sr-dev] git:carstenbock/ims: - adpated Makefiles in order to have correct Library bindings

Carsten Bock carsten at bock.info
Tue Jan 11 15:09:55 CET 2011


Module: sip-router
Branch: carstenbock/ims
Commit: 60b7b4b9a48306c274c6205744f180d731041540
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=60b7b4b9a48306c274c6205744f180d731041540

Author: Carsten Bock <carsten at bock.info>
Committer: Carsten Bock <carsten at bock.info>
Date:   Tue Jan 11 15:09:26 2011 +0100

- adpated Makefiles in order to have correct Library bindings

---

 lib/lost/Makefile      |    2 +-
 modules/ecscf/Makefile |    2 +-
 modules/lrf/Makefile   |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/lost/Makefile b/lib/lost/Makefile
index d90a8cf..8fd7a1d 100644
--- a/lib/lost/Makefile
+++ b/lib/lost/Makefile
@@ -16,7 +16,7 @@ libcurl_includes=-I/usr/include/curl -I$(LOCALBASE)/include/curl \
 libxml2_libs=-L$(LOCALBASE)/lib -lxml2
 libcurl_libs=-L$(LOCALBASE)/lib -lcurl
 INCLUDES= -I$(CURDIR)/.. -I$(CURDIR)/../.. $(libxml2_includes) $(libcurl_includes)  
-LIBS=$(libxml2_libs) $(libcurl_libs) -L../cds -lcds 
+LIBS=$(libxml2_libs) $(libcurl_libs)
 SERLIBPATH=..
 SER_LIBS=$(SERLIBPATH)/cds/ser_cds
 
diff --git a/modules/ecscf/Makefile b/modules/ecscf/Makefile
index 3cdbf04..f7ff539 100644
--- a/modules/ecscf/Makefile
+++ b/modules/ecscf/Makefile
@@ -11,7 +11,7 @@ NAME=ecscf.so
 
 DEFS+=-DSER_MOD_INTERFACE
 SERLIBPATH=../../lib
-SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1
+SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1 $(SERLIBPATH)/lost/lost_client
 
 DEFS += -DCDP_FOR_SER
 DEFS += -I/usr/include/libxml2 -I$(SERLIBPATH) -I../..
diff --git a/modules/lrf/Makefile b/modules/lrf/Makefile
index edc2c7e..ca35945 100644
--- a/modules/lrf/Makefile
+++ b/modules/lrf/Makefile
@@ -15,7 +15,7 @@ INCLUDES = -I../../lib -I../..
 DEFS+=-DSER_MOD_INTERFACE
 
 SERLIBPATH=../../lib
-SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1 $(SERLIBPATH)/cds/ser_cds
+SER_LIBS+=$(SERLIBPATH)/cds/ser_cds $(SERLIBPATH)/lost/lost_client
 
 DEFS += -DCDP_FOR_SER
 DEFS += -I/usr/include/libxml2 




More information about the sr-dev mailing list