summaryrefslogtreecommitdiff
path: root/storage/ndb/src/common/transporter/priotest/prioOSE/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'storage/ndb/src/common/transporter/priotest/prioOSE/Makefile')
-rw-r--r--storage/ndb/src/common/transporter/priotest/prioOSE/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/storage/ndb/src/common/transporter/priotest/prioOSE/Makefile b/storage/ndb/src/common/transporter/priotest/prioOSE/Makefile
new file mode 100644
index 00000000000..4df66fa35e0
--- /dev/null
+++ b/storage/ndb/src/common/transporter/priotest/prioOSE/Makefile
@@ -0,0 +1,17 @@
+include .defs.mk
+
+TYPE := ndbapi
+
+BIN_TARGET := perfOSE
+BIN_TARGET_ARCHIVES := perftransportertest transporter portlib
+
+CCFLAGS_LOC += -I..
+
+SOURCES = perfOSE.cpp
+
+include $(NDB_TOP)/Epilogue.mk
+
+
+
+
+