summaryrefslogtreecommitdiff
path: root/storage/ndb/src/old_files/rep/state/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'storage/ndb/src/old_files/rep/state/Makefile')
-rw-r--r--storage/ndb/src/old_files/rep/state/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/storage/ndb/src/old_files/rep/state/Makefile b/storage/ndb/src/old_files/rep/state/Makefile
new file mode 100644
index 00000000000..3eed69a97dd
--- /dev/null
+++ b/storage/ndb/src/old_files/rep/state/Makefile
@@ -0,0 +1,17 @@
+include .defs.mk
+
+TYPE := repserver kernel
+
+ARCHIVE_TARGET := reprequestor
+
+DIR := testRepState \
+ testInterval
+
+SOURCES = RepState.cpp \
+ RepStateEvent.cpp \
+ RepStateRequests.cpp \
+ \
+ Channel.cpp \
+ Interval.cpp
+
+include $(NDB_TOP)/Epilogue.mk