summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-05-16 03:17:54 +0000
committerTim Potter <tpot@samba.org>2005-05-16 03:17:54 +0000
commitd079fc884e97f8ab3a275020c88af68f6222f981 (patch)
tree86356c1ccdf49d394bb7f8e6e9707e9d33c34a10 /source/configure.in
parentdf1305495ec6be71b7018097dd8c7c3520e2292a (diff)
downloadsamba-d079fc884e97f8ab3a275020c88af68f6222f981.tar.gz
samba-d079fc884e97f8ab3a275020c88af68f6222f981.tar.xz
samba-d079fc884e97f8ab3a275020c88af68f6222f981.zip
r6810: Rename auth/{ntlmssp,gensec,kerberos} mk and m4 files to be called
config.mk and config.m4 to be consistent with the rest of Samba.
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/configure.in b/source/configure.in
index 9186d225c38..0aff3be8c5b 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -20,8 +20,8 @@ SMB_INCLUDE_M4(lib/ldb/config.m4)
SMB_INCLUDE_M4(lib/events/config.m4)
SMB_INCLUDE_M4(lib/cmdline/config.m4)
SMB_INCLUDE_M4(param/config.m4)
-SMB_INCLUDE_M4(auth/kerberos/kerberos.m4)
-SMB_INCLUDE_M4(auth/gensec/gensec.m4)
+SMB_INCLUDE_M4(auth/kerberos/config.m4)
+SMB_INCLUDE_M4(auth/gensec/config.m4)
SMB_INCLUDE_M4(libcli/config.m4)
SMB_INCLUDE_M4(smbd/process_model.m4)
SMB_INCLUDE_M4(lib/registry/config.m4)