Makefile.am 670 Bytes
Newer Older
1

2
ndbbin_PROGRAMS = mgmtsrvr
3 4 5 6 7 8 9 10 11 12 13 14 15

mgmtsrvr_SOURCES = \
	MgmtSrvr.cpp \
	MgmtSrvrGeneralSignalHandling.cpp \
	main.cpp \
	Services.cpp \
	convertStrToInt.cpp \
        NodeLogLevel.cpp \
	NodeLogLevelList.cpp \
	SignalQueue.cpp \
	MgmtSrvrConfig.cpp \
	CommandInterpreter.cpp

unknown's avatar
unknown committed
16
INCLUDES_LOC = -I$(top_srcdir)/ndb/src/ndbapi -I$(top_srcdir)/ndb/src/common/mgmcommon -I$(top_srcdir)/ndb/src/mgmapi
17

18
LDADD_LOC = \
19 20 21 22
	$(top_srcdir)/ndb/src/mgmapi/libmgmapi.la \
	$(top_srcdir)/ndb/src/common/editline/libeditline.a \
	@TERMCAP_LIB@

23 24 25
include $(top_srcdir)/ndb/config/common.mk.am
include $(top_srcdir)/ndb/config/type_ndbapi.mk.am

26 27
# Don't update the files from bitkeeper
%::SCCS/s.%