diff options
| author | derex_tri <none@none> | 2008-10-06 04:27:18 -0500 |
|---|---|---|
| committer | derex_tri <none@none> | 2008-10-06 04:27:18 -0500 |
| commit | 010ed993e1a00246dd15df97a3ba6893410d2d3f (patch) | |
| tree | 1b781a9a3c644e0a8b2c6ef0d4a30fc832a94221 /dep/lib | |
| parent | 2a5f169f6258a560d64e227d3179a1eb1b321603 (diff) | |
[svn] * Restore make dist.
--HG--
branch : trunk
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 + |
