mdbtools/include/Makefile.am
Evan Miller 18de0070af New --disable-glib configure option
This option uses the fake GLib shim even when GLib is present on the
system.
2020-08-05 20:36:20 -04:00

6 lines
129 B
Makefile

include_HEADERS = mdbtools.h mdbsql.h mdbver.h
if FAKE_GLIB
include_HEADERS += mdbfakeglib.h
endif
noinst_HEADERS = mdbprivate.h