Module: sip-router
Branch: janakj/flatstore
Commit: 553cc2471208ec6e4e396eab1822ccd5c27543f7
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=553cc24…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Wed Feb 6 15:46:09 2008 +0000
further changes after the db name change
- update INSTALL file
- fix Makefile skip modules variable
- fix module Makefile, lib name
- change db_bind_mod to add the db prefix in the function
- change db url defines in db_berkeley and db_text
- change database modules names in module struct
- fix debian packaging
- fix tests
git-svn-id:
https://openser.svn.sourceforge.net/svnroot/openser/trunk@3642
689a6050-402a-0410-94f2-e92a70836424
---
modules/db_flatstore/km_Makefile | 2 +-
modules/db_flatstore/km_flatstore_mod.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/db_flatstore/km_Makefile b/modules/db_flatstore/km_Makefile
index 0953806..6b53fdb 100644
--- a/modules/db_flatstore/km_Makefile
+++ b/modules/db_flatstore/km_Makefile
@@ -4,6 +4,6 @@
include ../../Makefile.defs
auto_gen=
-NAME=flatstore.so
+NAME=db_flatstore.so
include ../../Makefile.modules
diff --git a/modules/db_flatstore/km_flatstore_mod.c
b/modules/db_flatstore/km_flatstore_mod.c
index 66db6f6..68d8d20 100644
--- a/modules/db_flatstore/km_flatstore_mod.c
+++ b/modules/db_flatstore/km_flatstore_mod.c
@@ -97,7 +97,7 @@ static mi_export_t mi_cmds[] = {
};
struct module_exports exports = {
- "flatstore",
+ "db_flatstore",
DEFAULT_DLFLAGS, /* dlopen flags */
cmds,
params, /* module parameters */