summaryrefslogtreecommitdiff
path: root/ndb/include/Makefile.am
blob: 56d9bbf01fb7978ed4988d35b4ad4b5a03fc02b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50

include $(top_srcdir)/ndb/config/common.mk.am

ndbinclude_HEADERS = \
ndb_constants.h \
ndb_init.h \
ndb_types.h \
ndb_version.h

ndbapiinclude_HEADERS = \
ndbapi/ndbapi_limits.h \
ndbapi/Ndb.hpp \
ndbapi/NdbApi.hpp \
ndbapi/NdbTransaction.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/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 \
mgmapi/ndb_logevent.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:

# Don't update the files from bitkeeper
%::SCCS/s.%