summaryrefslogtreecommitdiff
path: root/storage/ndb/test/ndbapi/old_dirs/testGrep/verify/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'storage/ndb/test/ndbapi/old_dirs/testGrep/verify/Makefile')
-rw-r--r--storage/ndb/test/ndbapi/old_dirs/testGrep/verify/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/storage/ndb/test/ndbapi/old_dirs/testGrep/verify/Makefile b/storage/ndb/test/ndbapi/old_dirs/testGrep/verify/Makefile
new file mode 100644
index 00000000000..256e3c98f36
--- /dev/null
+++ b/storage/ndb/test/ndbapi/old_dirs/testGrep/verify/Makefile
@@ -0,0 +1,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