mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 04:45:30 +08:00

Generate mdbtools.h at configure-time. This ensures that the public interface matches the compiled structures. See #316
10 lines
188 B
Makefile
10 lines
188 B
Makefile
EXTRA_DIST = mdbtools.h.in
|
|
include_HEADERS = mdbtools.h
|
|
if SQL
|
|
include_HEADERS += mdbsql.h
|
|
endif
|
|
if FAKE_GLIB
|
|
include_HEADERS += mdbfakeglib.h
|
|
endif
|
|
noinst_HEADERS = mdbprivate.h mdbver.h
|