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

TYPE =		ndbapitest

BIN_TARGET =	testDict

SOURCES =	testDict.cpp

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

include $(NDB_TOP)/Epilogue.mk