Using autoconf & automake now.
This commit is contained in:
4
Makefile.am
Normal file
4
Makefile.am
Normal file
@@ -0,0 +1,4 @@
|
||||
bin_PROGRAMS=tcfs
|
||||
tcfs_SOURCES=src/tcfs.c
|
||||
tcfs_LDADD = $(LIBOBJS) $(FUSE_LIBS)
|
||||
tcfs_CFLAGS = $(FUSE_CFLAGS)
|
||||
Reference in New Issue
Block a user