mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 07:44:22 +01:00
d97a303fb1
configure.in: Include mgmapi ndb/config/type_ndbapi.mk.am: remove LDADD from type ndb/config/type_util.mk.am: remove LDADD from type ndb/src/cw/cpcd/Makefile.am: LDADD ndbclient ndb/src/kernel/ndb-main/Makefile.am: Fix LDADD ndb/src/mgmclient/Makefile.am: LDADD ndbclient ndb/src/mgmsrv/Makefile.am: LDADD ndbclient ndb/test/run-test/Makefile.am: LDADD ndbclient
17 lines
526 B
Makefile
17 lines
526 B
Makefile
|
|
ndbtest_PROGRAMS = atrt
|
|
|
|
atrt_SOURCES = main.cpp
|
|
|
|
ndbtest_SCRIPTS = atrt-analyze-result.sh atrt-gather-result.sh atrt-setup.sh \
|
|
atrt-clear-result.sh make-config.sh
|
|
|
|
INCLUDES_LOC = -I$(top_srcdir)/ndb/src/mgmclient
|
|
LDADD_LOC = $(top_srcdir)/ndb/src/mgmclient/CpcClient.o $(top_srcdir)/ndb/src/libndbclient.la
|
|
|
|
include $(top_srcdir)/ndb/config/common.mk.am
|
|
include $(top_srcdir)/ndb/config/type_util.mk.am
|
|
include $(top_srcdir)/ndb/config/type_mgmapiclient.mk.am
|
|
|
|
# Don't update the files from bitkeeper
|
|
%::SCCS/s.%
|