Browse Source

Link also with libsrdb1

Jan Janak 16 years ago
parent
commit
ad91db5b2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/db_flatstore/Makefile

+ 1 - 1
modules/db_flatstore/Makefile

@@ -10,6 +10,6 @@ LIBS=
 DEFS += -DSER_MOD_INTERFACE
 
 SERLIBPATH=../../lib
-SER_LIBS=$(SERLIBPATH)/srdb2/srdb2
+SER_LIBS=$(SERLIBPATH)/srdb2/srdb2 $(SERLIBPATH)/srdb1/srdb1
 
 include ../../Makefile.modules