From 69bd0638b064dc73571d5d00cb2313c4d046c163 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sat, 22 Mar 2008 13:14:27 +0000 Subject: Don't try to build plpfuse if we lack libattr or FUSE. --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3