summaryrefslogtreecommitdiff
path: root/storage/ndb/src/common/logger/listtest/Makefile
blob: 4688a5e5a2f3295eb96278aa85574edbcaf6d72e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include .defs.mk

TYPE := 

BIN_TARGET := listtest
BIN_TARGET_ARCHIVES :=  portlib logger general

SOURCES := LogHandlerListUnitTest.cpp

CCFLAGS_LOC += -I../ -I$(NDB_TOP)/include/logger -I$(NDB_TOP)/include/portlib

include $(NDB_TOP)/Epilogue.mk