summaryrefslogtreecommitdiff
path: root/ndb/src/common/util/filetest/Makefile
blob: fe1842921f9aea76ae2b67297063c609fc4b38cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include .defs.mk

TYPE :=

BIN_TARGET := filetest
BIN_TARGET_ARCHIVES := portlib general

SOURCES := FileUnitTest.cpp

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

include $(NDB_TOP)/Epilogue.mk