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