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