diff options
author | Alexander Nozdrin <alexander.nozdrin@oracle.com> | 2010-11-24 13:07:37 +0300 |
---|---|---|
committer | Alexander Nozdrin <alexander.nozdrin@oracle.com> | 2010-11-24 13:07:37 +0300 |
commit | 1e43b94c70841866e6c0dc7bcb05bfa2c248faa7 (patch) | |
tree | b3d7ab3039d01aac8146c576686d294ed5b761bf /Makefile.am | |
parent | cf0cc723aaa08bf6929c3b0bb0ccd3fdca626af0 (diff) | |
parent | 85f855e0ed38b73839943a83b2cccb1c46ba6fd9 (diff) | |
download | mariadb-git-1e43b94c70841866e6c0dc7bcb05bfa2c248faa7.tar.gz |
Merge from mysql-5.0-bugteam.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9996d187cd4..cc331338c5b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ AUTOMAKE_OPTIONS = foreign # These are built from source in the Docs directory EXTRA_DIST = INSTALL-SOURCE INSTALL-WIN-SOURCE \ - README COPYING EXCEPTIONS-CLIENT CMakeLists.txt + README COPYING CMakeLists.txt SUBDIRS = . include @docs_dirs@ @zlib_dir@ \ @readline_topdir@ sql-common scripts \ |