summaryrefslogtreecommitdiff
path: root/ndb/src/mgmclient/Makefile.am
blob: 56c7c050558b670eb3cc48707c5d59354a9f9647 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

ndbbin_PROGRAMS = mgmtclient

mgmtclient_SOURCES = \
	main.cpp \
	CommandInterpreter.cpp \
	CpcClient.cpp

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

INCLUDES += -I$(top_srcdir)/ndb/include/mgmapi -I$(top_srcdir)/ndb/src/common/mgmcommon

LDADD_LOC = $(top_srcdir)/ndb/src/.libs/libndbclient.a \
            $(top_srcdir)/ndb/src/common/editline/libeditline.a \
            @TERMCAP_LIB@

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