summaryrefslogtreecommitdiff
path: root/cf
diff options
context:
space:
mode:
authorNicolas Williams <nico@twosigma.com>2016-08-10 19:51:11 -0500
committerNicolas Williams <nico@twosigma.com>2016-08-10 19:51:11 -0500
commit76c596ceb824fc1591c063c184d9562fc1a14676 (patch)
treec9040a76638e734b6d118eff16935b53c0a03014 /cf
parent3e6fb5bb41257d96184ede68a16fb202180e7cf5 (diff)
Complete support for --disable-afs-support
Diffstat (limited to 'cf')
-rw-r--r--cf/Makefile.am.common4
1 files changed, 4 insertions, 0 deletions
diff --git a/cf/Makefile.am.common b/cf/Makefile.am.common
index a9ea71edd..dd8467e20 100644
--- a/cf/Makefile.am.common
+++ b/cf/Makefile.am.common
@@ -253,7 +253,11 @@ uninstall-hook: uninstall-cat-mans
.et.c:
$(COMPILE_ET) $<
+if NO_AFS
+LIB_kafs =
+else
LIB_kafs = $(top_builddir)/lib/kafs/libkafs.la $(AIX_EXTRA_KAFS)
+endif
if KRB5
LIB_krb5 = $(top_builddir)/lib/krb5/libkrb5.la \