• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1AM_CFLAGS = -Wall -include $(top_builddir)/config.h -I$(top_srcdir)/include -fno-common
2noinst_LIBRARIES = libexfat.a
3
4libexfat_a_SOURCES = libexfat.c exfat_fs.c exfat_dir.c
5