aboutsummaryrefslogtreecommitdiffstats
path: root/plpfuse
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2013-12-16 02:33:24 +0000
committerReuben Thomas <rrt@sc3d.org>2013-12-16 02:33:24 +0000
commitbdc4e6f675930e28bfcb373225ef8cb4a9e47340 (patch)
tree1436629f308946bbc76624c47443bdaa1a243c0f /plpfuse
parentbce3b23795023b2493226bb88c9fea1e2ee5898b (diff)
downloadplptools-bdc4e6f675930e28bfcb373225ef8cb4a9e47340.tar.gz
plptools-bdc4e6f675930e28bfcb373225ef8cb4a9e47340.tar.bz2
plptools-bdc4e6f675930e28bfcb373225ef8cb4a9e47340.zip
Make reasonably recent autotools happy; remove gettext files
Diffstat (limited to 'plpfuse')
-rw-r--r--plpfuse/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/plpfuse/Makefile.am b/plpfuse/Makefile.am
index 4a73fc3..63ffa81 100644
--- a/plpfuse/Makefile.am
+++ b/plpfuse/Makefile.am
@@ -1,7 +1,7 @@
-INCLUDES=-I$(top_srcdir)/lib
+AM_CPPFLAGS=-I$(top_srcdir)/lib $(FUSE_CFLAGS)
sbin_PROGRAMS = plpfuse
-plpfuse_LDADD = $(LIB_PLP) $(INTLLIBS) -lfuse -lattr
+plpfuse_LDADD = $(LIB_PLP) $(INTLLIBS) $(FUSE_LIBS) -lattr
plpfuse_SOURCES = main.cc fuse.c
EXTRA_DIST = rfsv_api.h plpfuse.h