summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authortomas@poseidon.ndb.mysql.com <>2004-06-03 18:25:46 +0000
committertomas@poseidon.ndb.mysql.com <>2004-06-03 18:25:46 +0000
commitd4960b81acbcd926e85ae44ca41296caac539755 (patch)
treec3976a177e78be65149611ef9a02e6baa1c9d4d9 /configure.in
parent22e39a53a9cf5651df936de60008133733d21f2b (diff)
downloadmariadb-git-d4960b81acbcd926e85ae44ca41296caac539755.tar.gz
ndb make updates
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
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