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/src/Makefile.am | |
parent | 29f3f5335d1809844fd88b953b98ee32f5022c5f (diff) | |
download | mariadb-git-160be94a5d0638497cd7c0abd24ab509143318c6.tar.gz |
fix ndb make
Diffstat (limited to 'ndb/src/Makefile.am')
-rw-r--r-- | ndb/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |