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

TYPE := util

BIN_TARGET := sp_test
BIN_TARGET_ARCHIVES := portlib general

SOURCES := sp_test.cpp

CCFLAGS_LOC += -I$(call fixpath,$(NDB_TOP)/include/util)

include $(NDB_TOP)/Epilogue.mk