|
@@ -10,10 +10,13 @@ NAME=db_berkeley.so
|
|
|
|
|
|
# extra debug messages
|
|
|
# -DBDB_EXTRA_DEBUG is optional
|
|
|
-DEFS +=-I$(LOCALBASE)/include -I$(LOCALBASE)/BerkeleyDB.4.6/include \
|
|
|
+DEFS +=-DSER_MOD_INTERFACE -I$(LOCALBASE)/include -I$(LOCALBASE)/BerkeleyDB.4.6/include \
|
|
|
-I$(SYSBASE)/include
|
|
|
|
|
|
|
|
|
LIBS=-L$(LOCALBASE)/lib -L$(SYSBASE)/lib -L$(LOCALBASE)/BerkeleyDB.4.6/lib -ldb
|
|
|
|
|
|
+SERLIBPATH=../../lib
|
|
|
+SER_LIBS=$(SERLIBPATH)/srdb2/srdb2
|
|
|
+
|
|
|
include ../../Makefile.modules
|