diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-11-08 11:28:57 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-11-08 11:28:57 +0000 |
commit | 369845a46c34f3d2567467819de0632fc8937ba6 (patch) | |
tree | 935f85c3cdea9cd61821e1b5c10c6fcf1a85c34a /ndb/src/mgmclient/Makefile.am | |
parent | 2ab265d0eb1bd8d662bac7acec8a6f5717f1fb71 (diff) | |
download | mariadb-git-369845a46c34f3d2567467819de0632fc8937ba6.tar.gz |
Makefile.am:
fix to make make -jN work
ndb/src/mgmclient/Makefile.am:
fix to make make -jN work
Diffstat (limited to 'ndb/src/mgmclient/Makefile.am')
-rw-r--r-- | ndb/src/mgmclient/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/mgmclient/Makefile.am b/ndb/src/mgmclient/Makefile.am index 41a7f00ba15..cd6ddb0ad57 100644 --- a/ndb/src/mgmclient/Makefile.am +++ b/ndb/src/mgmclient/Makefile.am @@ -11,7 +11,7 @@ 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/mgmclient/libndbmgmclient.la \ +LDADD_LOC = $(noinst_LTLIBRARIES) \ @readline_link@ \ $(top_builddir)/ndb/src/libndbclient.la \ $(top_builddir)/dbug/libdbug.a \ |