summaryrefslogtreecommitdiff
path: root/source4/lib/registry/config.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-05-24 17:18:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:12 -0500
commitd17ca56aed836b5cf0725e7c74f34ecbf5dcdab3 (patch)
treeddcec2dcc8d2d299a57037bcd4d0c47b89b36295 /source4/lib/registry/config.m4
parent454bba05dfd3edc3467b791ac2f26693ec8a21d7 (diff)
downloadsamba-d17ca56aed836b5cf0725e7c74f34ecbf5dcdab3.tar.gz
samba-d17ca56aed836b5cf0725e7c74f34ecbf5dcdab3.tar.bz2
samba-d17ca56aed836b5cf0725e7c74f34ecbf5dcdab3.zip
r851: convert lib/registry/ to a config.mk file
metze (This used to be commit b5567601464a649374e0ef280661292322b3334c)
Diffstat (limited to 'source4/lib/registry/config.m4')
-rw-r--r--source4/lib/registry/config.m432
1 files changed, 15 insertions, 17 deletions
diff --git a/source4/lib/registry/config.m4 b/source4/lib/registry/config.m4
index 77508063fc..331b9c2df1 100644
--- a/source4/lib/registry/config.m4
+++ b/source4/lib/registry/config.m4
@@ -22,25 +22,23 @@ if test t$SMB_EXT_LIB_ENABLE_gtk = tYES; then
SMB_BINARY_ENABLE(gregedit, YES)
fi
-SMB_MODULE(registry_nt4, REGISTRY, STATIC, lib/registry/reg_backend_nt4/reg_backend_nt4.o)
-SMB_MODULE(registry_w95, REGISTRY, STATIC, lib/registry/reg_backend_w95/reg_backend_w95.o)
-SMB_MODULE(registry_dir, REGISTRY, STATIC, lib/registry/reg_backend_dir/reg_backend_dir.o)
-SMB_MODULE(registry_rpc, REGISTRY, STATIC, lib/registry/reg_backend_rpc/reg_backend_rpc.o,[],[],[LIBSMB])
-SMB_MODULE(registry_gconf, REGISTRY, STATIC, lib/registry/reg_backend_gconf/reg_backend_gconf.o, [], [gconf])
-SMB_MODULE(registry_ldb, REGISTRY, NOT, lib/registry/reg_backend_ldb/reg_backend_ldb.o,[],[],[LIBLDB])
-SMB_SUBSYSTEM(REGISTRY,lib/registry/common/reg_interface.o,
- [lib/registry/common/reg_objects.o lib/registry/common/reg_util.o],
- [],
- [LIBBASIC])
-
-SMB_BINARY(regdiff, [REG], [BIN], lib/registry/tools/regdiff.o,[],[CONFIG LIBBASIC LIBCMDLINE REGISTRY])
-SMB_BINARY(regpatch, [REG], [BIN], lib/registry/tools/regpatch.o,[],[CONFIG LIBBASIC LIBCMDLINE REGISTRY])
-SMB_BINARY(regshell, [REG], [BIN], lib/registry/tools/regshell.o,[],[CONFIG LIBBASIC LIBCMDLINE REGISTRY])
-SMB_BINARY(regtree, [REG], [BIN], lib/registry/tools/regtree.o,[],[CONFIG LIBBASIC LIBCMDLINE REGISTRY])
-SMB_BINARY(gregedit, [REG], [BIN], lib/registry/tools/gregedit.o,[gtk],[CONFIG LIBBASIC LIBCMDLINE REGISTRY])
+SMB_MODULE_MK(registry_nt4, REGISTRY, STATIC, lib/registry/config.mk)
+SMB_MODULE_MK(registry_w95, REGISTRY, STATIC, lib/registry/config.mk)
+SMB_MODULE_MK(registry_dir, REGISTRY, STATIC, lib/registry/config.mk)
+SMB_MODULE_MK(registry_rpc, REGISTRY, STATIC, lib/registry/config.mk)
+SMB_MODULE_MK(registry_gconf, REGISTRY, STATIC, lib/registry/config.mk)
+SMB_MODULE_MK(registry_ldb, REGISTRY, NOT, lib/registry/config.mk)
+
+SMB_SUBSYSTEM_MK(REGISTRY,lib/registry/config.mk)
+
+SMB_BINARY_MK(regdiff, lib/registry/config.mk)
+SMB_BINARY_MK(regpatch, lib/registry/config.mk)
+SMB_BINARY_MK(regshell, lib/registry/config.mk)
+SMB_BINARY_MK(regtree, lib/registry/config.mk)
+SMB_BINARY_MK(gregedit, lib/registry/config.mk)
if test x"$experimental" = x"yes"; then
SMB_LIBRARY_ENABLE(libwinregistry, YES)
fi
-SMB_LIBRARY(libwinregistry, 0, 0, 1, , , REGISTRY)
+SMB_LIBRARY_MK(libwinregistry, lib/registry/config.mk)