瀏覽代碼

Forgot Makefile

Marius Zbihlei 14 年之前
父節點
當前提交
0b6beaf491
共有 1 個文件被更改,包括 19 次插入0 次删除
  1. 19 0
      modules_k/p_usrloc/Makefile

+ 19 - 0
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