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