diff options
author | tomas@poseidon.(none) <> | 2004-05-27 07:04:45 +0000 |
---|---|---|
committer | tomas@poseidon.(none) <> | 2004-05-27 07:04:45 +0000 |
commit | 5645b7967ac93a11548dad66b56959654614258d (patch) | |
tree | 90c3cd703ab050cc2aaca70e8722bfc4d782a713 /ndb/Makefile.am | |
parent | d1abc78ae027cff7de12deba934bdc55d105b89d (diff) | |
download | mariadb-git-5645b7967ac93a11548dad66b56959654614258d.tar.gz |
several ndb automake changes, see respective file
Diffstat (limited to 'ndb/Makefile.am')
-rw-r--r-- | ndb/Makefile.am | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/ndb/Makefile.am b/ndb/Makefile.am index a18f83fcf29..c83c9f1fa48 100644 --- a/ndb/Makefile.am +++ b/ndb/Makefile.am @@ -3,4 +3,32 @@ SUBDIRS = . include src test tools +ndbinclude_HEADERS = \ +include/ndb_types.h \ +include/ndb_version.h + +ndbapiinclude_HEADERS = \ +include/ndbapi/ndbapi_limits.h \ +include/ndbapi/Ndb.hpp \ +include/ndbapi/NdbApi.hpp \ +include/ndbapi/NdbConnection.hpp \ +include/ndbapi/NdbCursorOperation.hpp \ +include/ndbapi/NdbDictionary.hpp \ +include/ndbapi/NdbError.hpp \ +include/ndbapi/NdbEventOperation.hpp \ +include/ndbapi/NdbIndexOperation.hpp \ +include/ndbapi/NdbOperation.hpp \ +include/ndbapi/NdbPool.hpp \ +include/ndbapi/NdbRecAttr.hpp \ +include/ndbapi/NdbReceiver.hpp \ +include/ndbapi/NdbResultSet.hpp \ +include/ndbapi/NdbScanFilter.hpp \ +include/ndbapi/NdbScanOperation.hpp \ +include/ndbapi/NdbSchemaCon.hpp \ +include/ndbapi/NdbSchemaOp.hpp + +mgmapiinclude_HEADERS = \ +include/mgmapi/mgmapi.h \ +include/mgmapi/mgmapi_debug.h + noinst_HEADERS = |