From f0cdcd940e20bf049ccb19ca68a101a29d2ee8d1 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 14 Nov 2010 17:36:51 +0100 Subject: web_server: Build as module. Autobuild-User: Jelmer Vernooij Autobuild-Date: Sun Nov 14 17:58:05 UTC 2010 on sn-devel-104 --- source4/ntp_signd/wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/ntp_signd') 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, ) -- cgit