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:
Nirgal Vourgère
2013-07-03 11:59:28 +02:00
parent 54a036d8b2
commit eefddaffcc
4 changed files with 5 additions and 8 deletions

View File

@@ -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