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