wins_ldb: Build as shared library.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 11 Oct 2010 17:32:22 +0000 (19:32 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 11 Oct 2010 18:15:19 +0000 (18:15 +0000)
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Mon Oct 11 18:15:19 UTC 2010 on sn-devel-104

source4/nbt_server/wscript_build

index d66e7acaf44deb40344e4b3a45d60d77c71f9059..af77abe9f1050635143046598bea1ee6fb5b45fc 100644 (file)
@@ -12,7 +12,7 @@ bld.SAMBA_MODULE('ldb_wins_ldb',
        subsystem='ldb',
        init_function='LDB_MODULE(wins_ldb)',
        deps='ldb LIBNETIF LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL',
-       internal_module=not bld.CONFIG_SET('USING_SYSTEM_LDB'),
+       internal_module=False,
        )