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

LDADD += \
         $(top_builddir)/storage/ndb/src/libndbclient.la \
         $(top_builddir)/dbug/libdbug.a \
         $(top_builddir)/mysys/libmysys.a \
         $(top_builddir)/strings/libmystrings.a @NDB_SCI_LIBS@ @ZLIB_LIBS@

INCLUDES += -I$(srcdir) \
	-I$(top_builddir)/include \
	-I$(top_builddir)/storage/ndb/include \
	-I$(top_srcdir)/include \
	-I$(top_srcdir)/storage/ndb/include \
        -I$(top_srcdir)/storage/ndb/include/ndbapi \
        -I$(top_srcdir)/storage/ndb/include/util \
        -I$(top_srcdir)/storage/ndb/include/portlib \
        -I$(top_srcdir)/storage/ndb/test/include \
        -I$(top_srcdir)/storage/ndb/include/mgmapi \
        -I$(top_srcdir)/storage/ndb/include/kernel