Pārlūkot izejas kodu

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

Henning Westerholt 17 gadi atpakaļ
vecāks
revīzija
553cc24712

+ 1 - 1
modules/db_flatstore/km_Makefile

@@ -4,6 +4,6 @@
 
 include ../../Makefile.defs
 auto_gen=
-NAME=flatstore.so
+NAME=db_flatstore.so
 
 include ../../Makefile.modules

+ 1 - 1
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 */