aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2008-03-22 13:14:27 +0000
committerReuben Thomas <rrt@sc3d.org>2008-03-22 13:14:27 +0000
commit69bd0638b064dc73571d5d00cb2313c4d046c163 (patch)
tree7d693527a842144a79161c15c33eb37687659c9c /Makefile.am
parent22cfe29c0b6d9c861b5c4b397b8edff8de394a75 (diff)
downloadplptools-69bd0638b064dc73571d5d00cb2313c4d046c163.tar.gz
plptools-69bd0638b064dc73571d5d00cb2313c4d046c163.tar.bz2
plptools-69bd0638b064dc73571d5d00cb2313c4d046c163.zip
Don't try to build plpfuse if we lack libattr or FUSE.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d7a5e1f..ecaad09 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,9 @@
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = intl po lib ncpd plpfuse plpftp plpprint sisinstall doc
+SUBDIRS = intl po lib ncpd plpftp plpprint sisinstall doc
+if BUILD_PLPFUSE
+SUBDIRS += plpfuse
+endif
EXTRA_DIST = AUTHORS COPYING INSTALL NEWS README TODO HISTORY ABOUT-NLS \
etc/s5magic etc/s5kdemagic etc/plptools.in \