diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-11-14 17:36:51 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-11-14 17:58:05 +0000 |
commit | f0cdcd940e20bf049ccb19ca68a101a29d2ee8d1 (patch) | |
tree | 0a4a899693561fd378e75dcc305d7ef493dd47d5 /source4/ntp_signd | |
parent | f5fbba76c8743d6c4f25b9850e2c2c4353730cdf (diff) | |
download | samba-f0cdcd940e20bf049ccb19ca68a101a29d2ee8d1.tar.gz |
web_server: Build as module.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sun Nov 14 17:58:05 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/ntp_signd')
-rw-r--r-- | source4/ntp_signd/wscript_build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/ntp_signd/wscript_build b/source4/ntp_signd/wscript_build index f320b4a0fee..1b82bc69179 100644 --- a/source4/ntp_signd/wscript_build +++ b/source4/ntp_signd/wscript_build @@ -4,6 +4,7 @@ bld.SAMBA_MODULE('NTP_SIGND', source='ntp_signd.c', subsystem='service', init_function='server_service_ntp_signd_init', - deps='samdb NDR_NTP_SIGND LIBTSOCKET LIBSAMBA_TSOCKET' + deps='samdb NDR_NTP_SIGND LIBTSOCKET LIBSAMBA_TSOCKET', + internal_module=False, ) |