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

TYPE =          ndbapitest

BIN_TARGET =    testGrepVerify
SOURCES =       testGrepVerify.cpp 

CFLAGS_testGrepVerify.cpp   += -I$(call fixpath,$(NDB_TOP)/include/kernel)  -I$(call fixpath,$(NDB_TOP)/include/mgmcommon)

include $(NDB_TOP)/Epilogue.mk