diff options
Diffstat (limited to 'dep/lib')
-rw-r--r-- | dep/lib/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dep/lib/Makefile.am b/dep/lib/Makefile.am index 921a48c2083..ca24a5af75c 100644 --- a/dep/lib/Makefile.am +++ b/dep/lib/Makefile.am @@ -40,11 +40,12 @@ EXTRA_DIST += \ x64_Debug/libeay32.dll \ x64_Debug/libeay32.lib \ x64_Debug/libmySQL.dll \ - x64_Debug/libmySQL.lib + x64_Debug/libmysql.lib # Release libraries for Win64 builds. EXTRA_DIST += \ x64_release/libeay32.dll \ x64_release/libeay32.lib \ x64_release/libmySQL.dll \ - x64_release/libmySQL.lib + x64_release/libmysql.lib + |