diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 16:21:00 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-24 00:20:04 +0000 |
commit | 18ae8887a364872644cc133705101f3cd9cfbd74 (patch) | |
tree | c54029bf7a66d81d461824d51a121ad1fb23e83b | |
parent | fc6bfe24fd54b50cfa42853090b86f777a2247bf (diff) | |
download | samba-18ae8887a364872644cc133705101f3cd9cfbd74.tar.gz samba-18ae8887a364872644cc133705101f3cd9cfbd74.tar.xz samba-18ae8887a364872644cc133705101f3cd9cfbd74.zip |
s4: Rename DB_GLUE to db_glue.
-rw-r--r-- | source4/kdc/wscript_build | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/kdc/wscript_build b/source4/kdc/wscript_build index ee5a463369..3c9b51d395 100644 --- a/source4/kdc/wscript_build +++ b/source4/kdc/wscript_build @@ -11,7 +11,7 @@ bld.SAMBA_MODULE('KDC', bld.SAMBA_SUBSYSTEM('HDB_SAMBA4', source='hdb-samba4.c', - deps='ldb auth_sam auth_sam_reply CREDENTIALS hdb DB_GLUE libsamba-hostconfig com_err', + deps='ldb auth_sam auth_sam_reply CREDENTIALS hdb db_glue libsamba-hostconfig com_err', includes='../heimdal/kdc', local_include=False ) @@ -33,18 +33,18 @@ bld.SAMBA_SUBSYSTEM('PAC_GLUE', ) -bld.SAMBA_LIBRARY('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', - private_library=True + private_library=True ) bld.SAMBA_SUBSYSTEM('MIT_SAMBA', source='mit_samba.c', local_include=False, - deps='ldb auth_sam auth_sam_reply CREDENTIALS hdb DB_GLUE PAC_GLUE libsamba-hostconfig com_err' + deps='ldb auth_sam auth_sam_reply CREDENTIALS hdb db_glue PAC_GLUE libsamba-hostconfig com_err' ) |