mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-25 17:59:54 +08:00
Don't distribute mdbprivate.h and mdbodbc.h
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.
This commit is contained in:
@@ -1 +1,2 @@
|
||||
include_HEADERS = mdbtools.h mdbsql.h mdbodbc.h mdbprivate.h mdbver.h
|
||||
include_HEADERS = mdbtools.h mdbsql.h mdbver.h
|
||||
noinst_HEADERS = mdbprivate.h
|
||||
|
||||
Reference in New Issue
Block a user