git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb1bb2d
)
r692: Add libwinregistry
author
Jelmer Vernooij
<jelmer@samba.org>
Thu, 13 May 2004 16:45:01 +0000
(16:45 +0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 17:53:43 +0000
(12:53 -0500)
(This used to be commit
0ace3bf289777c30310a05e66fd674337413f0d8
)
source4/lib/registry/config.m4
patch
|
blob
|
history
diff --git
a/source4/lib/registry/config.m4
b/source4/lib/registry/config.m4
index da2c84d5c67e1e9200e42a6901d1c176ac2bb89f..7b05cbb9829bb2d65d7b2050f8038c305682d332 100644
(file)
--- 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)