1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r692: Add libwinregistry

(This used to be commit 0ace3bf289)
This commit is contained in:
Jelmer Vernooij 2004-05-13 16:45:01 +00:00 committed by Gerald (Jerry) Carter
parent bb1bb2dee7
commit 76d50e0d26

View File

@ -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)