diff options
author | lenz@mysql.com <> | 2003-11-25 17:52:12 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2003-11-25 17:52:12 +0100 |
commit | 531eb44301e559cc10a6c5905b6a87787ae17be6 (patch) | |
tree | 3a5cad16efc858482fd1f53cbc27deb8a4720084 /Makefile.am | |
parent | 12fb40460b356b445f5d0f76795fccdd3f96576e (diff) | |
download | mariadb-git-531eb44301e559cc10a6c5905b6a87787ae17be6.tar.gz |
- Removed COPYING.LIB from all source and binary distributions
after it was removed from manual.texi (where it was automatically
generated from).
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index b9e0e88ff77..8aef19d0920 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,8 +19,7 @@ AUTOMAKE_OPTIONS = foreign # These are built from source in the Docs directory -EXTRA_DIST = INSTALL-SOURCE README \ - COPYING COPYING.LIB +EXTRA_DIST = INSTALL-SOURCE README COPYING SUBDIRS = . include @docs_dirs@ @readline_dir@ \ @thread_dirs@ pstack @sql_client_dirs@ \ @sql_server_dirs@ scripts man tests \ |