s4-kdc: create a 'pac' private grouping library
authorAndrew Tridgell <tridge@samba.org>
Fri, 29 Oct 2010 00:48:06 +0000 (11:48 +1100)
committerAndrew Tridgell <tridge@samba.org>
Sat, 30 Oct 2010 12:49:00 +0000 (23:49 +1100)
this removes the final case where we have an object file linked into
two libraries

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

source4/kdc/wscript_build

index 1433922268aed2cdc2098fe965469f02b4c3b7d9..a934087e9053838687a958e1f35c7fa6b9300299 100644 (file)
@@ -32,6 +32,12 @@ bld.SAMBA_SUBSYSTEM('PAC_GLUE',
        deps='ldb auth_sam auth_sam_reply CREDENTIALS hdb samba-hostconfig com_err'
        )
 
+bld.SAMBA_LIBRARY('pac',
+                  source=[],
+                  deps='PAC_GLUE',
+                  private_library=True,
+                  grouping_library=True)
+
 
 bld.SAMBA_LIBRARY('db-glue',
        source='db-glue.c',