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