summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-05-13 16:45:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:53:43 -0500
commit76d50e0d264e7d000fe8c0bb332b083084f2e1d8 (patch)
treee0134566decffa2d03159195b7c197032e725aa7 /source4/lib
parentbb1bb2dee7f6f66c7c1734ba595ef79c6264779e (diff)
downloadsamba-76d50e0d264e7d000fe8c0bb332b083084f2e1d8.tar.gz
samba-76d50e0d264e7d000fe8c0bb332b083084f2e1d8.tar.bz2
samba-76d50e0d264e7d000fe8c0bb332b083084f2e1d8.zip
r692: Add libwinregistry
(This used to be commit 0ace3bf289777c30310a05e66fd674337413f0d8)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/registry/config.m45
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/lib/registry/config.m4 b/source4/lib/registry/config.m4
index da2c84d5c6..7b05cbb982 100644
--- a/source4/lib/registry/config.m4
+++ b/source4/lib/registry/config.m4
@@ -39,3 +39,8 @@ SMB_BINARY(regshell, [REG], [BIN], lib/registry/tools/regshell.o,[],[CONFIG LIBB
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])
+if test x"$experimental" = xyes; then
+ SMB_LIBRARY_ENABLE(libwinregistry, YES)
+fi
+
+SMB_LIBRARY(libwinregistry, 0, 0, 1, , , REGISTRY)