Files
tcfs/Makefile.am
2010-11-06 14:41:15 +01:00

4 lines
129 B
Makefile

bin_PROGRAMS=tcfs
tcfs_SOURCES=src/tcfs.c
tcfs_LDADD = $(LIBOBJS) $(FUSE_LIBS)
tcfs_CFLAGS = $(FUSE_CFLAGS) -DFUSE_USE_VERSION=28