- updated compile-dist to include NDB cluster

BUILD/compile-dist:
  - make sure to include NDB cluster in the distribution, too
This commit is contained in:
unknown 2004-12-31 13:12:36 +01:00
commit 0428fcb89e

View file

@ -42,5 +42,6 @@ fi
--with-embedded-server \
--with-berkeley-db \
--with-innodb \
--enable-thread-safe-client
--enable-thread-safe-client \
--with-ndbcluster
make