popt_common: Add missing dependency on libsamba-hostconfig.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 8 Sep 2010 20:11:23 +0000 (22:11 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 8 Sep 2010 20:11:23 +0000 (22:11 +0200)
source4/lib/cmdline/wscript_build

index 0229089167aad638da6cd6c5e026ac494b64f695..ac1ff2a0a868962debeda409334bd24561f75a16 100644 (file)
@@ -10,11 +10,10 @@ bld.SAMBA_SUBSYSTEM('POPT_SAMBA',
        source='popt_common.c',
        public_deps='popt',
        public_headers='popt_common.h:popt.h',
-        header_path='samba',
-        deps='talloc'
+       header_path='samba',
+       deps='talloc LIBSAMBA-HOSTCONFIG'
        )
 
-
 bld.SAMBA_SUBSYSTEM('POPT_CREDENTIALS',
        source='popt_credentials.c',
        autoproto='popt_credentials.h',