summaryrefslogtreecommitdiff
path: root/source4/ntp_signd
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-11-14 17:36:51 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-11-14 17:58:05 +0000
commitf0cdcd940e20bf049ccb19ca68a101a29d2ee8d1 (patch)
tree0a4a899693561fd378e75dcc305d7ef493dd47d5 /source4/ntp_signd
parentf5fbba76c8743d6c4f25b9850e2c2c4353730cdf (diff)
downloadsamba-f0cdcd940e20bf049ccb19ca68a101a29d2ee8d1.tar.gz
samba-f0cdcd940e20bf049ccb19ca68a101a29d2ee8d1.tar.bz2
samba-f0cdcd940e20bf049ccb19ca68a101a29d2ee8d1.zip
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_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/ntp_signd/wscript_build b/source4/ntp_signd/wscript_build
index f320b4a0fe..1b82bc6917 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,
)