summaryrefslogtreecommitdiff
path: root/ndb/config/type_kernel.mk.am
blob: 703876ee2e97609d02b1b3c7167b127a2fcba8e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

INCLUDES += \
        -I$(srcdir) -I$(top_srcdir)/include \
	-I$(top_srcdir)/ndb/include \
        -I$(top_srcdir)/ndb/src/kernel/vm \
        -I$(top_srcdir)/ndb/src/kernel/error \
	-I$(top_srcdir)/ndb/src/kernel \
	-I$(top_srcdir)/ndb/include/kernel \
	-I$(top_srcdir)/ndb/include/transporter \
	-I$(top_srcdir)/ndb/include/debugger \
	-I$(top_srcdir)/ndb/include/mgmapi \
	-I$(top_srcdir)/ndb/include/mgmcommon \
        -I$(top_srcdir)/ndb/include/ndbapi \
        -I$(top_srcdir)/ndb/include/util \
	-I$(top_srcdir)/ndb/include/portlib \
	-I$(top_srcdir)/ndb/include/logger

#AM_LDFLAGS = @ndb_ldflags@