blob: 9194316da873a9fcde901d7aa8f2ff9e5dcfeba1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include .defs.mk
TYPE := ndbapi mgmapiclient
BIN_TARGET := printConfig
BIN_TARGET_ARCHIVES := general portlib
CCFLAGS_LOC += -I..
SOURCES := printConfig.cpp
SOURCES.c := ../ConfigRetriever.c ../NdbConfig.c ../LocalConfig.c
include $(NDB_TOP)/Epilogue.mk
|