diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-01-06 00:46:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:46 -0500 |
commit | 37bc6b5f813d5c2ace7486a38331748dd86f121d (patch) | |
tree | 093a87e57d667777ed19f44c5f9f89125533ebb0 /source4/utils/config.mk | |
parent | db04cffbbfe15a52b954960ff0eb40d2a5e4f00d (diff) | |
download | samba-37bc6b5f813d5c2ace7486a38331748dd86f121d.tar.gz samba-37bc6b5f813d5c2ace7486a38331748dd86f121d.tar.xz samba-37bc6b5f813d5c2ace7486a38331748dd86f121d.zip |
r12728: Revive testparm.
It needs work to not dump defaults from loadparm.c, but otherwise it works.
Andrew Bartlett
(This used to be commit 1260fcf46579d708a406625f548add9be9fdc6fb)
Diffstat (limited to 'source4/utils/config.mk')
-rw-r--r-- | source4/utils/config.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/source4/utils/config.mk b/source4/utils/config.mk index 860d2c73a15..a37b8ce6d67 100644 --- a/source4/utils/config.mk +++ b/source4/utils/config.mk @@ -87,3 +87,18 @@ REQUIRED_SUBSYSTEMS = \ POPT_SAMBA # End BINARY nmblookup ################################# + +################################# +# Start BINARY testparm +[BINARY::testparm] +INSTALLDIR = BINDIR +OBJ_FILES = \ + testparm.o +REQUIRED_SUBSYSTEMS = \ + CONFIG \ + LIBBASIC \ + LIBPOPT \ + SOCKET \ + POPT_SAMBA +# End BINARY testparm +################################# |