5 lines
151 B
Makefile
5 lines
151 B
Makefile
AM_CFLAGS = -Wall -include $(top_builddir)/config.h -I$(top_srcdir)/include -fno-common
|
|
noinst_LIBRARIES = libexfat.a
|
|
|
|
libexfat_a_SOURCES = libexfat.c
|