summaryrefslogtreecommitdiff
path: root/storage/ndb/src/kernel/vm/testLongSig/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'storage/ndb/src/kernel/vm/testLongSig/Makefile')
-rw-r--r--storage/ndb/src/kernel/vm/testLongSig/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/storage/ndb/src/kernel/vm/testLongSig/Makefile b/storage/ndb/src/kernel/vm/testLongSig/Makefile
new file mode 100644
index 00000000000..ecf33dca109
--- /dev/null
+++ b/storage/ndb/src/kernel/vm/testLongSig/Makefile
@@ -0,0 +1,9 @@
+include .defs.mk
+
+TYPE := signalsender
+
+BIN_TARGET := testLongSig
+
+SOURCES = testLongSig.cpp
+
+include $(NDB_TOP)/Epilogue.mk