pifs/src/Makefile.am

8 lines
93 B
Makefile
Raw Normal View History

2012-03-29 05:44:13 +02:00
INCLUDES = $(FUSE_CFLAGS)
bin_PROGRAMS=pifs
pifs_SOURCES=pifs.c
pifs_LDADD = $(FUSE_LIBS)