Module: sip-router
Branch: mariuszbihlei/p_usrloc
Commit: 1f9453394729e2199e1d617a42f2b00a495a9c27
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1f94533…
Author: Marius Zbihlei <marius.zbihlei(a)1and1.ro>
Committer: Marius Zbihlei <marius.zbihlei(a)1and1.ro>
Date: Thu Jan 20 13:32:48 2011 +0200
Forgot Makefile
---
modules_k/p_usrloc/Makefile | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/modules_k/p_usrloc/Makefile b/modules_k/p_usrloc/Makefile
new file mode 100644
index 0000000..57988ea
--- /dev/null
+++ b/modules_k/p_usrloc/Makefile
@@ -0,0 +1,19 @@
+# $Id: Makefile,v 1.1.1.1 2005/06/13 16:47:47 bogdan_iancu Exp $
+#
+# sp-ul_db module Makefile
+#
+#
+# WARNING: do not run this directly, it should be run by the master Makefile
+include ../../Makefile.defs
+
+auto_gen=
+NAME=p_usrloc.so
+LIBS=
+
+DEFS+=-DOPENSER_MOD_INTERFACE
+
+SERLIBPATH=../../lib
+SER_LIBS+=$(SERLIBPATH)/kmi/kmi
+SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1
+SER_LIBS+=$(SERLIBPATH)/kcore/kcore
+include ../../Makefile.modules