mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 19:27:38 +08:00

mdbprivate is.... private. mdbodbc.h has no reason to be public: People who want to use the plugin should use the public odbc.h headers. And having this private will permit hdbc cleanup.
3 lines
77 B
Makefile
3 lines
77 B
Makefile
include_HEADERS = mdbtools.h mdbsql.h mdbver.h
|
|
noinst_HEADERS = mdbprivate.h
|