diff options
Diffstat (limited to 'dep')
| -rw-r--r-- | dep/Makefile.am | 4 | ||||
| -rw-r--r-- | dep/include/Makefile.am | 60 | ||||
| -rw-r--r-- | dep/lib/Makefile.am | 14 | ||||
| -rw-r--r-- | dep/src/Makefile.am | 4 | ||||
| -rw-r--r-- | dep/src/sockets/Makefile.am | 4 | 
5 files changed, 42 insertions, 44 deletions
| diff --git a/dep/Makefile.am b/dep/Makefile.am index f5829acd58f..481af87b9e4 100644 --- a/dep/Makefile.am +++ b/dep/Makefile.am @@ -1,6 +1,6 @@ -# Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> +# Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>  # -# Copyright (C) 2008 Trinity <http://www.trinitycore.org/> +# Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>  #  # 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 diff --git a/dep/include/Makefile.am b/dep/include/Makefile.am index f9cda557ecb..2259d115d2d 100644 --- a/dep/include/Makefile.am +++ b/dep/include/Makefile.am @@ -1,6 +1,6 @@ -# Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> +# Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>  # -# Copyright (C) 2008 Trinity <http://www.trinitycore.org/> +# Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>  #  # 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 @@ -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..b762667b01e 100644 --- a/dep/lib/Makefile.am +++ b/dep/lib/Makefile.am @@ -1,6 +1,6 @@ -# Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> +# Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>  # -# Copyright (C) 2008 Trinity <http://www.trinitycore.org/> +# Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>  #  # 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 @@ -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 diff --git a/dep/src/Makefile.am b/dep/src/Makefile.am index 88fa363a599..6ae2808895c 100644 --- a/dep/src/Makefile.am +++ b/dep/src/Makefile.am @@ -1,6 +1,6 @@ -# Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> +# Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>  # -# Copyright (C) 2008 Trinity <http://www.trinitycore.org/> +# Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>  #  # 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 diff --git a/dep/src/sockets/Makefile.am b/dep/src/sockets/Makefile.am index 2a7f1123f58..5cd6eaf4307 100644 --- a/dep/src/sockets/Makefile.am +++ b/dep/src/sockets/Makefile.am @@ -1,6 +1,6 @@ -# Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> +# Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>  # -# Copyright (C) 2008 Trinity <http://www.trinitycore.org/> +# Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>  #  # 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 | 
