mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
732d1a5e81
added shared memory config parameter, signum for use in signalling added global variable for holdign signum to be used for shared memory connection only fiddle with signals if it is set simplified common ndb client option handling
48 lines
1 KiB
Makefile
48 lines
1 KiB
Makefile
|
|
include $(top_srcdir)/ndb/config/common.mk.am
|
|
|
|
ndbinclude_HEADERS = \
|
|
ndb_init.h \
|
|
ndb_types.h \
|
|
ndb_version.h
|
|
|
|
ndbapiinclude_HEADERS = \
|
|
ndbapi/ndbapi_limits.h \
|
|
ndbapi/ndb_opt_defaults.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 \
|
|
ndbapi/ndb_cluster_connection.hpp \
|
|
ndbapi/NdbBlob.hpp \
|
|
ndbapi/NdbPool.hpp \
|
|
ndbapi/NdbRecAttr.hpp \
|
|
ndbapi/NdbReceiver.hpp \
|
|
ndbapi/NdbResultSet.hpp \
|
|
ndbapi/NdbScanFilter.hpp \
|
|
ndbapi/NdbScanOperation.hpp \
|
|
ndbapi/NdbIndexScanOperation.hpp \
|
|
ndbapi/ndberror.h
|
|
|
|
mgmapiinclude_HEADERS = \
|
|
mgmapi/mgmapi.h \
|
|
mgmapi/mgmapi_debug.h \
|
|
mgmapi/mgmapi_config_parameters.h \
|
|
mgmapi/mgmapi_config_parameters_debug.h
|
|
|
|
noinst_HEADERS = \
|
|
ndb_global.h \
|
|
ndb_net.h
|
|
|
|
EXTRA_DIST = debugger editline kernel logger mgmcommon \
|
|
portlib transporter util
|
|
|
|
dist-hook:
|
|
-rm -rf `find $(distdir) -type d -name SCCS`
|
|
|
|
windoze-dsp:
|