Browse Source

Link with both srdb1 and srdb2

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

+ 1 - 1
modules/db_postgres/Makefile

@@ -15,6 +15,6 @@ DEFS +=-DSER_MOD_INTERFACE -I$(LOCALBASE)/include -I$(LOCALBASE)/pgsql/include
 LIBS=-L$(LOCALBASE)/lib -L$(LOCALBASE)/pgsql/lib -L$(LOCALBASE)/lib/pgsql -L /usr/lib -lpq
 
 SERLIBPATH=../../lib
-SER_LIBS=$(SERLIBPATH)/srdb2/srdb2
+SER_LIBS=$(SERLIBPATH)/srdb2/srdb2 $(SERLIBPATH)/srdb1/srdb1
 
 include ../../Makefile.modules