diff options
author | Andrew Bartlett <abartlet@samba.org> | 2016-07-10 21:53:04 +1200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2016-07-19 13:41:11 +0200 |
commit | c48aef3c11716e3ecbf95c23cef0feebf98171e5 (patch) | |
tree | a2b29b48caf4f4a1d2b005b7851ce6fd272f1c53 /source4/smbd/wscript_build | |
parent | 748384992b96c3936d82bc09f39459fb4bd489bd (diff) | |
download | samba-c48aef3c11716e3ecbf95c23cef0feebf98171e5.tar.gz |
Remove unused and untested source4 ntptr and spoolss systems
These were never finished, were not tested and clearly will not be revived
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'source4/smbd/wscript_build')
-rw-r--r-- | source4/smbd/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smbd/wscript_build b/source4/smbd/wscript_build index 12d842b4bb6..98220d04358 100644 --- a/source4/smbd/wscript_build +++ b/source4/smbd/wscript_build @@ -21,7 +21,7 @@ bld.SAMBA_BINARY('samba', source='server.c', subsystem_name='service', deps='''events process_model service samba-hostconfig samba-util POPT_SAMBA - popt gensec registry ntptr ntvfs share cluster COMMON_SCHANNEL SECRETS''', + popt gensec registry ntvfs share cluster COMMON_SCHANNEL SECRETS''', pyembed=True, install_path='${SBINDIR}', enabled=bld.AD_DC_BUILD_IS_ENABLED() |