Autoconf fixes.

This commit is contained in:
2010-11-06 14:41:15 +01:00
parent 972e71fe68
commit 7cb6d39da6
3 changed files with 3 additions and 74 deletions

View File

@@ -1,4 +1,4 @@
bin_PROGRAMS=tcfs
tcfs_SOURCES=src/tcfs.c
tcfs_LDADD = $(LIBOBJS) $(FUSE_LIBS)
tcfs_CFLAGS = $(FUSE_CFLAGS)
tcfs_CFLAGS = $(FUSE_CFLAGS) -DFUSE_USE_VERSION=28