summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2002-07-22 14:19:11 +0200
committerunknown <lenz@mysql.com>2002-07-22 14:19:11 +0200
commit655bb9a39b54a1ad83181a84cf90a338deb04600 (patch)
tree629aebf0675e3686d97064fc2126e9867977ed8e /Makefile.am
parent398e924f67241fa1aaad0e1da1b449c84830fb9f (diff)
downloadmariadb-git-655bb9a39b54a1ad83181a84cf90a338deb04600.tar.gz
- Removed MIRRORS from EXTRA_DIST files in Makefile.am to get
"make dist" succeed again. Makefile.am: Removed MIRRORS from source distribution
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f56e67f1e83..87d1c7b5b71 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,7 @@ AUTOMAKE_OPTIONS = foreign
# These are built from source in the Docs directory
EXTRA_DIST = INSTALL-SOURCE README \
- COPYING COPYING.LIB MIRRORS
+ COPYING COPYING.LIB
SUBDIRS = include @docs_dirs@ @readline_dir@ \
@thread_dirs@ pstack @sql_client_dirs@ \
@sql_server_dirs@ @libmysqld_dirs@ scripts man \