瀏覽代碼

Link with both srdb1 and srdb2

Jan Janak 16 年之前
父節點
當前提交
b6d503bca6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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