diff options
Diffstat (limited to 'tune/Makefile.am')
-rw-r--r-- | tune/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tune/Makefile.am b/tune/Makefile.am new file mode 100644 index 0000000..1b3740b --- /dev/null +++ b/tune/Makefile.am @@ -0,0 +1,6 @@ +AM_CFLAGS = -Wall -include $(top_builddir)/config.h -I$(top_srcdir)/include -fno-common +tune_exfat_LDADD = $(top_builddir)/lib/libexfat.a + +sbin_PROGRAMS = tune.exfat + +tune_exfat_SOURCES = tune.c |