source: xplcommon/src/xplcommon/posix/Makefile.am@ 21:eb59943050c9

Last change on this file since 21:eb59943050c9 was 21:eb59943050c9, checked in by István Váradi <ivaradi@…>, 11 years ago

Added the implementation of the local sockets for Win32 and it seems to work

File size: 771 bytes
Line 
1noinst_LTLIBRARIES=libxplcommon_posix.la
2
3libxplcommon_posix_la_SOURCES = \
4 Thread.cc \
5 Waitable.cc \
6 Waiter.cc \
7 WaitableEvent.cc \
8 ReadingBuffer.cc \
9 WritingBuffer.cc \
10 BufferedStream.cc \
11 Acceptor.cc \
12 ServerSocket.cc \
13 Socket.cc \
14 Connector.cc \
15 ClientSocket.cc \
16 LocalServerSocket.cc \
17 LocalConnector.cc \
18 LocalClientSocket.cc
19
20include_xplcommon_posixdir=$(includedir)/xplcommon/posix
21include_xplcommon_posix_HEADERS=\
22 Thread.h \
23 Waitable.h \
24 Waiter.h \
25 WaitableEvent.h \
26 StreamBuffer.h \
27 ReadingBuffer.h \
28 WritingBuffer.h \
29 BufferedStream.h \
30 Acceptor.h \
31 ServerSocket.h \
32 Socket.h \
33 Connector.h \
34 ClientSocket.h \
35 LocalSocket.h \
36 LocalAcceptor.h \
37 LocalServerSocket.h \
38 LocalConnector.h \
39 LocalClientSocket.h
Note: See TracBrowser for help on using the repository browser.