From 48d9fff0cd1268d8cbf5838a4acbb2452dc7783b Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Tue, 29 Jan 2008 21:25:23 +0000 Subject: Reimplement non-UNIX file attributes as extended attributes under user.psion. Fix various warnings. --- plpfuse/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plpfuse/Makefile.am') diff --git a/plpfuse/Makefile.am b/plpfuse/Makefile.am index b8860c0..4a73fc3 100644 --- a/plpfuse/Makefile.am +++ b/plpfuse/Makefile.am @@ -1,7 +1,7 @@ INCLUDES=-I$(top_srcdir)/lib sbin_PROGRAMS = plpfuse -plpfuse_LDADD = $(LIB_PLP) $(INTLLIBS) -lfuse +plpfuse_LDADD = $(LIB_PLP) $(INTLLIBS) -lfuse -lattr plpfuse_SOURCES = main.cc fuse.c EXTRA_DIST = rfsv_api.h plpfuse.h -- cgit v1.2.3