From 107a9fe33b588acf0db45f3944683a134634a454 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:51:57 +0200 Subject: Adding upstream version 1.2.0. Signed-off-by: Daniel Baumann --- dump/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dump/Makefile.am (limited to 'dump/Makefile.am') 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 -- cgit v1.2.3