1include .defs.mk
2
3TYPE := mgmapiclient util
4
5BIN_TARGET  := testMgmapi
6
7CCFLAGS_LOC += -I$(call fixpath,$(NDB_TOP)/src/common/mgmcommon)
8#-I$(NDB_TOP)/include/util -I$(NDB_TOP)/include/portlib
9
10# Source files of non-templated classes (.C files)
11SOURCES = keso.cpp
12
13include $(NDB_TOP)/Epilogue.mk
14