]> CyberLeo.Net >> Repos - SourceForge/afuse.git/blob - src/Makefile.am
Added patch from Jeremy Martin-Shepard including:
[SourceForge/afuse.git] / src / Makefile.am
1 bin_PROGRAMS=afuse
2 afuse_SOURCES=afuse.c afuse.h fd_list.c fd_list.h dir_list.c dir_list.h utils.c utils.h variable_pairing_heap.h
3
4 if FUSE_OPT_COMPAT
5 afuse_LDADD = ../compat/libcompat.a
6 endif