summaryrefslogtreecommitdiff
path: root/source4/kdc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-08-18 20:43:00 +0200
committerJelmer Vernooij <jelmer@samba.org>2011-08-18 22:16:38 +0200
commit292fe7497134a9cc8f05844951547a2e8d14a4ac (patch)
tree14f9224a6a241c8af98a02c37f89f3b472e3eba5 /source4/kdc
parent97afeaceda784f6ac56131b544e045be6804a44b (diff)
downloadsamba-292fe7497134a9cc8f05844951547a2e8d14a4ac.tar.gz
samba-292fe7497134a9cc8f05844951547a2e8d14a4ac.tar.bz2
samba-292fe7497134a9cc8f05844951547a2e8d14a4ac.zip
credentials: Rename library to samba-credentials to avoid name clashes.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Aug 18 22:16:38 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4/kdc')
-rw-r--r--source4/kdc/wscript_build10
1 files changed, 5 insertions, 5 deletions
diff --git a/source4/kdc/wscript_build b/source4/kdc/wscript_build
index 2d633ad6a7..aec1cb28d9 100644
--- a/source4/kdc/wscript_build
+++ b/source4/kdc/wscript_build
@@ -11,7 +11,7 @@ bld.SAMBA_MODULE('service_kdc',
bld.SAMBA_SUBSYSTEM('HDB_SAMBA4',
source='hdb-samba4.c',
- deps='ldb auth4_sam auth_sam_reply credentials hdb db-glue samba-hostconfig com_err',
+ deps='ldb auth4_sam auth_sam_reply samba-credentials hdb db-glue samba-hostconfig com_err',
includes='../heimdal/kdc',
)
@@ -19,14 +19,14 @@ bld.SAMBA_SUBSYSTEM('HDB_SAMBA4',
bld.SAMBA_SUBSYSTEM('WDC_SAMBA4',
source='wdc-samba4.c',
includes='../heimdal/kdc',
- deps='ldb auth4_sam auth_sam_reply credentials hdb PAC_GLUE samba-hostconfig com_err'
+ deps='ldb auth4_sam auth_sam_reply samba-credentials hdb PAC_GLUE samba-hostconfig com_err'
)
bld.SAMBA_SUBSYSTEM('PAC_GLUE',
source='pac-glue.c',
includes='../heimdal/kdc',
- deps='ldb auth4_sam auth_sam_reply credentials hdb samba-hostconfig com_err'
+ deps='ldb auth4_sam auth_sam_reply samba-credentials hdb samba-hostconfig com_err'
)
bld.SAMBA_LIBRARY('pac',
@@ -38,7 +38,7 @@ bld.SAMBA_LIBRARY('pac',
bld.SAMBA_LIBRARY('db-glue',
source='db-glue.c',
- deps='ldb auth4_sam auth_sam_reply credentials hdb samba-hostconfig com_err kdc-policy',
+ deps='ldb auth4_sam auth_sam_reply samba-credentials hdb samba-hostconfig com_err kdc-policy',
private_library=True,
includes='../heimdal/kdc',
)
@@ -53,7 +53,7 @@ bld.SAMBA_LIBRARY('kdc-policy',
bld.SAMBA_SUBSYSTEM('MIT_SAMBA',
source='mit_samba.c',
- deps='ldb auth4_sam auth_sam_reply credentials hdb db-glue PAC_GLUE samba-hostconfig com_err'
+ deps='ldb auth4_sam auth_sam_reply samba-credentials hdb db-glue PAC_GLUE samba-hostconfig com_err'
)