summaryrefslogtreecommitdiff
path: root/ndb/src/mgmapi/test/Makefile
blob: c6d3efa6fcc0c2885b89e8a5ff3eb4242b3602f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include .defs.mk

TYPE := mgmapiclient util

BIN_TARGET  := testMgmapi 

CCFLAGS_LOC += -I$(call fixpath,$(NDB_TOP)/src/common/mgmcommon) 
#-I$(NDB_TOP)/include/util -I$(NDB_TOP)/include/portlib

# Source files of non-templated classes (.C files)
SOURCES = keso.cpp

include $(NDB_TOP)/Epilogue.mk