Selaa lähdekoodia

Forgot Makefile

Marius Zbihlei 14 vuotta sitten
vanhempi
commit
0b6beaf491
1 muutettua tiedostoa jossa 19 lisäystä ja 0 poistoa
  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