s4-kdc: make DB_GLUE a private library
authorAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 02:51:21 +0000 (13:51 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 08:03:25 +0000 (19:03 +1100)
source4/kdc/wscript_build

index bb4ee08336d9ed7ef4169c525fe2f38ec7f840c9..039f66f45c01ae0c109652be69413b90fe15b922 100644 (file)
@@ -33,10 +33,11 @@ bld.SAMBA_SUBSYSTEM('PAC_GLUE',
        )
 
 
-bld.SAMBA_SUBSYSTEM('DB_GLUE',
+bld.SAMBA_LIBRARY('DB_GLUE',
        source='db-glue.c',
        local_include=False,
-       deps='ldb auth_sam auth_sam_reply CREDENTIALS hdb LIBSAMBA-HOSTCONFIG com_err'
+       deps='ldb auth_sam auth_sam_reply CREDENTIALS hdb LIBSAMBA-HOSTCONFIG com_err',
+        private_library=True
        )