summaryrefslogtreecommitdiff
path: root/storage/ndb/src/common/transporter/basictest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'storage/ndb/src/common/transporter/basictest/Makefile')
-rw-r--r--storage/ndb/src/common/transporter/basictest/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/storage/ndb/src/common/transporter/basictest/Makefile b/storage/ndb/src/common/transporter/basictest/Makefile
new file mode 100644
index 00000000000..d86af360408
--- /dev/null
+++ b/storage/ndb/src/common/transporter/basictest/Makefile
@@ -0,0 +1,15 @@
+include .defs.mk
+
+TYPE := ndbapi
+
+BIN_TARGET := basicTransporterTest
+BIN_TARGET_ARCHIVES := transporter portlib general
+
+SOURCES = basicTransporterTest.cpp
+
+include $(NDB_TOP)/Epilogue.mk
+
+
+
+
+