2004-06-02 02:54:58 +02:00
|
|
|
|
|
|
|
include $(top_srcdir)/ndb/config/common.mk.am
|
|
|
|
|
|
|
|
ndbinclude_HEADERS = \
|
|
|
|
ndb_types.h \
|
|
|
|
ndb_version.h
|
|
|
|
|
|
|
|
ndbapiinclude_HEADERS = \
|
|
|
|
ndbapi/ndbapi_limits.h \
|
|
|
|
ndbapi/Ndb.hpp \
|
|
|
|
ndbapi/NdbApi.hpp \
|
|
|
|
ndbapi/NdbConnection.hpp \
|
|
|
|
ndbapi/NdbCursorOperation.hpp \
|
|
|
|
ndbapi/NdbDictionary.hpp \
|
|
|
|
ndbapi/NdbError.hpp \
|
|
|
|
ndbapi/NdbEventOperation.hpp \
|
|
|
|
ndbapi/NdbIndexOperation.hpp \
|
|
|
|
ndbapi/NdbOperation.hpp \
|
2004-06-16 15:31:35 +02:00
|
|
|
ndbapi/NdbBlob.hpp \
|
2004-06-02 02:54:58 +02:00
|
|
|
ndbapi/NdbPool.hpp \
|
|
|
|
ndbapi/NdbRecAttr.hpp \
|
|
|
|
ndbapi/NdbReceiver.hpp \
|
|
|
|
ndbapi/NdbResultSet.hpp \
|
|
|
|
ndbapi/NdbScanFilter.hpp \
|
|
|
|
ndbapi/NdbScanOperation.hpp \
|
2004-08-01 09:07:08 +02:00
|
|
|
ndbapi/NdbIndexScanOperation.hpp \
|
2004-06-02 02:54:58 +02:00
|
|
|
ndbapi/ndberror.h
|
|
|
|
|
|
|
|
mgmapiinclude_HEADERS = \
|
|
|
|
mgmapi/mgmapi.h \
|
|
|
|
mgmapi/mgmapi_debug.h
|
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
ndb_global.h \
|
|
|
|
ndb_net.h \
|
|
|
|
mgmapi/mgmapi_config_parameters.h \
|
|
|
|
mgmapi/mgmapi_config_parameters_debug.h
|
|
|
|
|
|
|
|
EXTRA_DIST = debugger editline kernel logger mgmcommon \
|
|
|
|
portlib transporter util
|
|
|
|
|
|
|
|
dist-hook:
|
|
|
|
-rm -rf `find $(distdir) -type d -name SCCS`
|