diff options
Diffstat (limited to 'dep/lib')
-rw-r--r-- | dep/lib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dep/lib/Makefile.am b/dep/lib/Makefile.am index 32f9fef9e8b..0a12dbd2870 100644 --- a/dep/lib/Makefile.am +++ b/dep/lib/Makefile.am @@ -4,7 +4,7 @@ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3 of the License, or +# the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, @@ -51,3 +51,4 @@ EXTRA_DIST += \ x64_release/libmySQL.dll \ x64_release/libmysql.lib + |