Module: sip-router
Branch: janakj/flatstore
Commit: ad91db5b2c820655eba10de1f8ac0cc671e520ad
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ad91db5…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Wed Feb 18 23:01:28 2009 +0100
Link also with libsrdb1
---
modules/db_flatstore/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/db_flatstore/Makefile b/modules/db_flatstore/Makefile
index 12e2d5f..6b008b2 100644
--- a/modules/db_flatstore/Makefile
+++ b/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