From b6b0d2cea32c06c3f7a5574d22d1a344d70bd0d3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 29 Oct 2010 11:48:06 +1100 Subject: s4-kdc: create a 'pac' private grouping library this removes the final case where we have an object file linked into two libraries Pair-Programmed-With: Andrew Bartlett --- source4/kdc/wscript_build | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source4/kdc/wscript_build b/source4/kdc/wscript_build index 1433922268..a934087e90 100644 --- a/source4/kdc/wscript_build +++ b/source4/kdc/wscript_build @@ -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', -- cgit