From 0878399bd57db88aa49ac2a0a139c269feda9137 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 7 Nov 2010 01:52:13 +0100 Subject: samdb: Lowercase library name. --- source4/ntp_signd/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/ntp_signd') diff --git a/source4/ntp_signd/wscript_build b/source4/ntp_signd/wscript_build index 87e043ddda..f320b4a0fe 100644 --- a/source4/ntp_signd/wscript_build +++ b/source4/ntp_signd/wscript_build @@ -4,6 +4,6 @@ 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' ) -- cgit