summaryrefslogtreecommitdiff
path: root/storage/ndb/test/ndbapi/old_dirs/testIndex/Makefile
blob: e5cd4542c9c4ce71e918c7e36ce81c89fa58d65b (plain)
1
2
3
4
5
6
7
8
9
10
11
include .defs.mk

TYPE =		ndbapitest

BIN_TARGET =	testIndex

SOURCES =	testIndex.cpp

CFLAGS_testIndex.cpp := -I$(call fixpath,$(NDB_TOP)/include/kernel)

include $(NDB_TOP)/Epilogue.mk