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, 17 insertions, 0 deletions
diff --git a/storage/ndb/src/mgmclient/test_cpcd/Makefile b/storage/ndb/src/mgmclient/test_cpcd/Makefile
new file mode 100644
index 00000000000..4ced10cfc59
--- /dev/null
+++ b/storage/ndb/src/mgmclient/test_cpcd/Makefile
@@ -0,0 +1,17 @@
+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
+
+