summaryrefslogtreecommitdiff
path: root/source4/lib/registry/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-03-04 18:21:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:10 -0500
commite4659536626b758adb884005d1bf60290481a1e9 (patch)
tree00453ebf341cfbfb66bbf4bee555caebbf20826c /source4/lib/registry/config.mk
parentf29b5e90b17e9ca3a27a56915a3d75df380b5d09 (diff)
downloadsamba-e4659536626b758adb884005d1bf60290481a1e9.tar.gz
samba-e4659536626b758adb884005d1bf60290481a1e9.tar.bz2
samba-e4659536626b758adb884005d1bf60290481a1e9.zip
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)
Diffstat (limited to 'source4/lib/registry/config.mk')
-rw-r--r--source4/lib/registry/config.mk13
1 files changed, 0 insertions, 13 deletions
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]