summaryrefslogtreecommitdiff
path: root/ndb/src/old_files/rep/state/testRepState/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/src/old_files/rep/state/testRepState/Makefile')
-rw-r--r--ndb/src/old_files/rep/state/testRepState/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/ndb/src/old_files/rep/state/testRepState/Makefile b/ndb/src/old_files/rep/state/testRepState/Makefile
new file mode 100644
index 00000000000..33c6076eff3
--- /dev/null
+++ b/ndb/src/old_files/rep/state/testRepState/Makefile
@@ -0,0 +1,15 @@
+include .defs.mk
+
+TYPE := kernel
+
+BIN_TARGET := testRequestor
+BIN_TARGET_ARCHIVES := portlib general
+
+CCFLAGS_LOC += -I..
+
+SOURCES = testRequestor.cpp \
+ ../Requestor.cpp \
+ ../RepState.cpp \
+ ../Interval.cpp
+
+include $(NDB_TOP)/Epilogue.mk