mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[9936] Remove sockets library from UNIX build
This commit is contained in:
parent
8a1fd9e086
commit
8814eec3eb
4 changed files with 2 additions and 31 deletions
|
|
@ -281,7 +281,6 @@ AC_CONFIG_FILES([
|
|||
dep/lib/Makefile
|
||||
dep/src/Makefile
|
||||
dep/src/g3dlite/Makefile
|
||||
dep/src/sockets/Makefile
|
||||
dep/src/zlib/Makefile
|
||||
dep/src/gsoap/Makefile
|
||||
dep/Makefile
|
||||
|
|
|
|||
|
|
@ -160,34 +160,6 @@ EXTRA_DIST += \
|
|||
postgre/pg_type.h \
|
||||
postgre/postgres_ext.h
|
||||
|
||||
# Sockets header files for Win32 builds
|
||||
EXTRA_DIST += \
|
||||
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 += \
|
||||
vld/vld.h
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
## Sub-directories to parse
|
||||
SUBDIRS = g3dlite sockets gsoap zlib
|
||||
SUBDIRS = g3dlite gsoap zlib
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
# Nothing yet.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9935"
|
||||
#define REVISION_NR "9936"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue