mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
c41b0e48c9
ndb/tools/waiter.cpp: Rename: ndb/test/tools/waiter.cpp -> ndb/tools/waiter.cpp configure.in: added install dirs for ndb ndb/Makefile.am: ndb headers for install ndb/config/common.mk.am: DEFS_LOC in ndb make ndb/config/type_ndbapi.mk.am: added LDADD=libNDB_API.la default for type_ndbapi ndb/src/cw/cpcd/Makefile.am: changes install dir ndb/src/kernel/blocks/backup/restore/Makefile.am: changes install dir ndb/src/kernel/ndb-main/Makefile.am: changes install dir ndb/src/mgmapi/Makefile.am: changes install dir ndb/src/mgmclient/Makefile.am: changes install dir ndb/src/mgmsrv/Makefile.am: changes install dir ndb/src/ndbapi/Makefile.am: changes install dir ndb/test/ndbapi/Makefile.am: changes install dir ndb/test/ndbapi/bank/Makefile.am: changes install dir ndb/test/tools/Makefile.am: changes install dir mysql-test/ndb/install_ndbcluster.sh: new mysql-test/ndb/stop_ndbcluster.sh: new ndb/tools/Makefile.am: changes install dir
34 lines
1 KiB
Makefile
34 lines
1 KiB
Makefile
## find * -name '*.hpp' -print | grep -v SCCS | grep -v odbc | sed 's/\.hpp/\.hpp \\/' > tmp.out
|
|
## find * -name '*.h' -print | grep -v SCCS | grep -v odbc | sed 's/\.h/\.h \\/' >> tmp.out
|
|
|
|
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 =
|