summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2008-05-14 09:01:53 +0200
committerKai Blin <kai@samba.org>2008-05-20 14:27:56 +0200
commit00f6ad7b5a7ea684b329c2ce68ada77036c94b08 (patch)
tree38786f9c4eb324124dcbdcc7dea6930169389f94 /source3/configure.in
parentb5965290417200a52da1f4c87f745a7044e84453 (diff)
downloadsamba-00f6ad7b5a7ea684b329c2ce68ada77036c94b08.tar.gz
samba-00f6ad7b5a7ea684b329c2ce68ada77036c94b08.tar.bz2
samba-00f6ad7b5a7ea684b329c2ce68ada77036c94b08.zip
net: Split out "net afs"
(This used to be commit 3f10527f79dddff703d31588cad3e9f37176565b)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 9c9d06fa62..f2691c47cf 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2883,9 +2883,12 @@ if test x"$samba_cv_WITH_AFS" != x"no" ||
fi
fi
+FAKE_KASERVER_OBJ=""
if test x"$samba_cv_WITH_FAKE_KASERVER" != x"no" && test x"$have_afs_headers" = x"yes"; then
AC_DEFINE(WITH_FAKE_KASERVER,1,[Whether to include AFS fake-kaserver support])
+ FAKE_KASERVER_OBJ="utils/net_afs.o"
fi
+AC_SUBST(FAKE_KASERVER_OBJ)
#################################################
# check whether to compile AFS/NT ACL mapping module