diff options
Diffstat (limited to 'dep')
-rw-r--r-- | dep/include/Makefile.am | 56 | ||||
-rw-r--r-- | dep/lib/Makefile.am | 10 |
2 files changed, 32 insertions, 34 deletions
diff --git a/dep/include/Makefile.am b/dep/include/Makefile.am index f9cda557ecb..116b6e901a2 100644 --- a/dep/include/Makefile.am +++ b/dep/include/Makefile.am @@ -9,12 +9,12 @@ # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ## Process this file with automake to produce Makefile.in @@ -62,6 +62,7 @@ EXTRA_DIST += \ mysql/config-os2.h \ mysql/config-win.h \ mysql/errmsg.h \ + mysql/libmysqld.def \ mysql/Libmysql.def \ mysql/m_ctype.h \ mysql/m_string.h \ @@ -167,32 +168,31 @@ EXTRA_DIST += \ # Sockets header files for Win32 builds EXTRA_DIST += \ - sockets/Base64.h \ - sockets/Exception.h \ - sockets/File.h \ - sockets/IFile.h \ - sockets/Ipv4Address.h \ - sockets/Ipv6Address.h \ - sockets/ISocketHandler.h \ - sockets/ListenSocket.h \ - sockets/Lock.h \ - sockets/Mutex.h \ - sockets/Parse.h \ - sockets/ResolvServer.h \ - sockets/ResolvSocket.h \ - sockets/SctpSocket.h \ - sockets/SocketAddress.h \ - sockets/Socket.h \ - sockets/SocketHandler.h \ - sockets/socket_include.h \ - sockets/sockets-config.h \ - sockets/StdLog.h \ - sockets/StdoutLog.h \ - sockets/StreamSocket.h \ - sockets/TcpSocket.h \ - sockets/Thread.h \ - sockets/UdpSocket.h \ - sockets/Utility.h + sockets\Base64.h \ + sockets\CircularBuffer.h \ + sockets\IFile.h \ + sockets\Ipv4Address.h \ + sockets\Ipv6Address.h \ + sockets\ISocketHandler.h \ + sockets\ListenSocket.h \ + sockets\Mutex.h \ + sockets\Parse.h \ + sockets\RandomNumber.h \ + sockets\ResolvServer.h \ + sockets\ResolvSocket.h \ + sockets\SctpSocket.h \ + sockets\Socket.h \ + sockets\socket_include.h \ + sockets\SocketAddress.h \ + sockets\SocketHandler.h \ + sockets\sockets-config.h \ + sockets\StdLog.h \ + sockets\StdoutLog.h \ + sockets\TcpSocket.h \ + sockets\Thread.h \ + sockets\UdpSocket.h \ + sockets\Uid.h \ + sockets\Utility.h # VLD header files for Win32 builds EXTRA_DIST += \ diff --git a/dep/lib/Makefile.am b/dep/lib/Makefile.am index f66fd207239..011e88dc34d 100644 --- a/dep/lib/Makefile.am +++ b/dep/lib/Makefile.am @@ -9,12 +9,12 @@ # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ## Process this file with automake to produce Makefile.in @@ -42,13 +42,11 @@ 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 |