summaryrefslogtreecommitdiff
path: root/ndb/src/old_files/rep/storage/Makefile
blob: 89b3af455e8c11e13fbcef371d7f671b89db662e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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