Using autoconf & automake now.

This commit is contained in:
2010-11-06 14:35:55 +01:00
parent 93c1451904
commit 972e71fe68
13 changed files with 189 additions and 25 deletions

4
Makefile.am Normal file
View File

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