You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
AM_CFLAGS = -Wall -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 de_iter.c repair.h
|