diff options
author | Alexander Nozdrin <alexander.nozdrin@oracle.com> | 2010-11-24 12:53:39 +0300 |
---|---|---|
committer | Alexander Nozdrin <alexander.nozdrin@oracle.com> | 2010-11-24 12:53:39 +0300 |
commit | 85f855e0ed38b73839943a83b2cccb1c46ba6fd9 (patch) | |
tree | a65f42649a6658936972895da00a6b7b777a2984 /Makefile.am | |
parent | e9cb14694ef9b4682114b91f76c179aad17bb598 (diff) | |
download | mariadb-git-85f855e0ed38b73839943a83b2cccb1c46ba6fd9.tar.gz |
A follow-up for Bug#58340 (Remove Server GPL EXCEPTIONS-CLIENT file) -- remove all
EXCEPTIONS-CLIENT from all the places.
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 671bb3b9871..1f171bc9c7c 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@ @yassl_dir@ \ @readline_topdir@ sql-common scripts \ |