diff options
author | tomas@poseidon.ndb.mysql.com <> | 2004-06-03 18:25:46 +0000 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2004-06-03 18:25:46 +0000 |
commit | d4960b81acbcd926e85ae44ca41296caac539755 (patch) | |
tree | c3976a177e78be65149611ef9a02e6baa1c9d4d9 /configure.in | |
parent | 22e39a53a9cf5651df936de60008133733d21f2b (diff) | |
download | mariadb-git-d4960b81acbcd926e85ae44ca41296caac539755.tar.gz |
ndb make updates
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 8ffab66d80a..a1d22625578 100644 --- a/configure.in +++ b/configure.in @@ -2897,7 +2897,7 @@ AC_SUBST([ndb_transporter_opt_objs]) ndb_bin_am_ldflags="-static" if test X"$have_ndb_test" = Xyes then - ndb_opt_test_subdirs="tools ndbapi run-test" + ndb_opt_test_subdirs="test" ndb_bin_am_ldflags="" fi AC_SUBST([ndb_bin_am_ldflags]) @@ -2911,7 +2911,7 @@ AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile dnl ndb/src/Makefile ndb/src/common/Makefile dnl ndb/tools/Makefile dnl ndb/src/common/debugger/Makefile ndb/src/common/debugger/signaldata/Makefile dnl - ndb/src/common/portlib/Makefile ndb/src/common/portlib/unix/Makefile dnl + ndb/src/common/portlib/Makefile dnl ndb/src/common/util/Makefile dnl ndb/src/common/logger/Makefile dnl ndb/src/common/transporter/Makefile dnl |