diff options
author | unknown <tomas@poseidon.(none)> | 2004-05-27 16:38:40 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.(none)> | 2004-05-27 16:38:40 +0000 |
commit | 160be94a5d0638497cd7c0abd24ab509143318c6 (patch) | |
tree | d029248b19d86adbd8480474faa1d4b9844df603 /ndb | |
parent | 29f3f5335d1809844fd88b953b98ee32f5022c5f (diff) | |
download | mariadb-git-160be94a5d0638497cd7c0abd24ab509143318c6.tar.gz |
fix ndb make
Diffstat (limited to 'ndb')
-rw-r--r-- | ndb/config/type_ndbapitest.mk.am | 3 | ||||
-rw-r--r-- | ndb/src/Makefile.am | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ndb/config/type_ndbapitest.mk.am b/ndb/config/type_ndbapitest.mk.am index 20ba5032d02..0a27b819648 100644 --- a/ndb/config/type_ndbapitest.mk.am +++ b/ndb/config/type_ndbapitest.mk.am @@ -1,6 +1,5 @@ LDADD += $(top_srcdir)/ndb/test/src/libNDBT.a \ - $(top_srcdir)/ndb/src/ndbapi/libNDB_API.la \ - $(top_srcdir)/ndb/src/mgmapi/libMGM_API.la + $(top_srcdir)/ndb/src/ndbapi/libndbclient.la INCLUDES += @NDB_NDBAPITEST_INCLUDES@ diff --git a/ndb/src/Makefile.am b/ndb/src/Makefile.am index c81950fcea3..8e9b7abab52 100644 --- a/ndb/src/Makefile.am +++ b/ndb/src/Makefile.am @@ -2,6 +2,8 @@ SUBDIRS = common mgmapi ndbapi kernel mgmsrv mgmclient cw ndblib_LTLIBRARIES = libndbclient.la +libndbclient_SOURCES = + libndbclient_la_LIBADD = \ $(top_srcdir)/ndb/src/ndbapi/libndbapi.la \ $(top_srcdir)/ndb/src/common/transporter/libtransporter.la \ |