summaryrefslogtreecommitdiff
path: root/storage/ndb/src/mgmclient/test_cpcd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'storage/ndb/src/mgmclient/test_cpcd/Makefile')
-rw-r--r--storage/ndb/src/mgmclient/test_cpcd/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/storage/ndb/src/mgmclient/test_cpcd/Makefile b/storage/ndb/src/mgmclient/test_cpcd/Makefile
deleted file mode 100644
index 4ced10cfc59..00000000000
--- a/storage/ndb/src/mgmclient/test_cpcd/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-include .defs.mk
-
-TYPE := ndbapi
-
-BIN_TARGET := test_cpcd
-BIN_TARGET_LIBS := general
-
-
-# Source files of non-templated classes (.cpp files)
-SOURCES = test_cpcd.cpp ../CpcClient.cpp
-
-CCFLAGS_LOC += -I$(call fixpath,$(NDB_TOP)/include/mgmapi) \
- -I$(call fixpath,$(NDB_TOP)/src/common/mgmcommon)
-
-include $(NDB_TOP)/Epilogue.mk
-
-