summaryrefslogtreecommitdiff
path: root/ndb/src/old_files/rep/storage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/src/old_files/rep/storage/Makefile')
-rw-r--r--ndb/src/old_files/rep/storage/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/ndb/src/old_files/rep/storage/Makefile b/ndb/src/old_files/rep/storage/Makefile
deleted file mode 100644
index 89b3af455e8..00000000000
--- a/ndb/src/old_files/rep/storage/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-include .defs.mk
-
-TYPE := repserver
-
-ARCHIVE_TARGET := repstorage
-
-SOURCES = GCIContainer.cpp \
- GCIContainerPS.cpp \
- GCIBuffer.cpp \
- GCIPage.cpp \
- NodeGroupInfo.cpp \
- NodeGroup.cpp
-
-include $(NDB_TOP)/Epilogue.mk