summaryrefslogtreecommitdiff
path: root/ndb/src/kernel/vm/testSimplePropertiesSection/Makefile
blob: fb3aea005071256c14893f322de97d02f7a964fc (plain)
1
2
3
4
5
6
7
8
9
10
include .defs.mk	

TYPE := kernel

BIN_TARGET := testSimplePropertiesSection
BIN_TARGET_ARCHIVES := general portlib 

SOURCES = test.cpp ../SimplePropertiesSection.cpp

include $(NDB_TOP)/Epilogue.mk