summaryrefslogtreecommitdiffstats
path: root/mkfs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'mkfs/Makefile.am')
-rw-r--r--mkfs/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/mkfs/Makefile.am b/mkfs/Makefile.am
new file mode 100644
index 0000000..7b3e35b
--- /dev/null
+++ b/mkfs/Makefile.am
@@ -0,0 +1,6 @@
+AM_CFLAGS = -Wall -include $(top_builddir)/config.h -I$(top_srcdir)/include -fno-common
+mkfs_exfat_LDADD = $(top_builddir)/lib/libexfat.a
+
+sbin_PROGRAMS = mkfs.exfat
+
+mkfs_exfat_SOURCES = mkfs.c upcase.c mkfs.h