From e4659536626b758adb884005d1bf60290481a1e9 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 4 Mar 2007 18:21:59 +0000 Subject: r21683: Remove the gconf registry backend. It's already been disabled for a while, as it required some compile flags that broke other things. While this backend was an interesting proof-of-concept, this module doesn't really add any value. It's not possible to map between windows registry and gconf semantics and I can't think of any reason why you would want to do so. (This used to be commit 02481df3e8653ab366cb73d124e52bc9551bb717) --- source4/lib/registry/config.mk | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'source4/lib/registry/config.mk') diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk index 8d6761e6c7..a7fe1113c7 100644 --- a/source4/lib/registry/config.mk +++ b/source4/lib/registry/config.mk @@ -61,19 +61,6 @@ PUBLIC_DEPENDENCIES = RPC_NDR_WINREG # End MODULE registry_rpc ################################################ - - -################################################ -# Start MODULE registry_gconf -[MODULE::registry_gconf] -INIT_FUNCTION = registry_gconf_init -SUBSYSTEM = registry -OBJ_FILES = \ - reg_backend_gconf.o -PUBLIC_DEPENDENCIES = gconf -# End MODULE registry_gconf -################################################ - ################################################ # Start MODULE registry_ldb [MODULE::registry_ldb] -- cgit