mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-12-20 03:59:45 +08:00
Remove HAVE_ macros from mdbtools.h and mdbsql.h
Generate mdbtools.h at configure-time. This ensures that the public interface matches the compiled structures. See #316
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
include_HEADERS = mdbtools.h mdbsql.h
|
||||
EXTRA_DIST = mdbtools.h.in
|
||||
include_HEADERS = mdbtools.h
|
||||
if SQL
|
||||
include_HEADERS += mdbsql.h
|
||||
endif
|
||||
if FAKE_GLIB
|
||||
include_HEADERS += mdbfakeglib.h
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user