Module: sip-router Branch: carstenbock/ims Commit: 02f36f03b46e5fb50c22553079661395e02205cc URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=02f36f03b46e5fb50c22553079661395e02205cc
Author: Carsten Bock <[email protected]> Committer: Carsten Bock <[email protected]> Date: Tue Jan 11 15:50:37 2011 +0100 - added missing file in order to build the lost_client-lib --- lib/lost/Makefile.nonser | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/lib/lost/Makefile.nonser b/lib/lost/Makefile.nonser new file mode 100644 index 0000000..bcce09c --- /dev/null +++ b/lib/lost/Makefile.nonser @@ -0,0 +1,12 @@ +DEFS += -fPIC -DSER +INCLUDES += -I/usr/include/libxml2 -I/usr/local/include/libxml2 -I/usr/include/curl -I/usr/local/include/curl -I/usr/local/include +LIBS += -L/usr/local/lib -lxml2 -lcds -lcurl + +# name of result executable or library +NAME = lost_client + +# TYPE=lib => shared or static library, executable otherwise +TYPE = lib + +include ../Makefile.defs + _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
