pifs/src/Makefile.am

8 lines
93 B
Makefile

INCLUDES = $(FUSE_CFLAGS)
bin_PROGRAMS=pifs
pifs_SOURCES=pifs.c
pifs_LDADD = $(FUSE_LIBS)