summaryrefslogtreecommitdiff
path: root/ndb/test/ndbapi/old_dirs/flex_bench_mysql/Makefile
blob: d2608526cae323b9e97426e82a1733ca956fcfda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include .defs.mk

TYPE := ndbapitest

BIN_TARGET := flex_bench_mysql

# Source files of non-templated classes (.C files)
SOURCES = flex_bench_mysql.cpp

CCFLAGS_LOC += -I$(call fixpath,$(NDB_TOP)/../include)
BIN_TARGET_LIBS_DIRS += $(NDB_TOP)/../libmysql_r/.libs
BIN_TARGET_LIBS += z mysqlclient_r

include $(NDB_TOP)/Epilogue.mk