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

ndbtools_PROGRAMS = ndb_mgm

ndb_mgm_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_builddir)/ndb/src/libndbclient.la \
            $(top_builddir)/ndb/src/common/editline/libeditline.a \
            @TERMCAP_LIB@

ndb_mgm_LDFLAGS = @ndb_bin_am_ldflags@

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