source: xplcommon/src/xplcommon/posix/Makefile.am@ 16:d70b0c40fe4a

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

Renamed BufferedWaitable to BufferedStream

File size: 730 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 LocalClientSocket.cc
18
19include_xplcommon_posixdir=$(includedir)/xplcommon/posix
20include_xplcommon_posix_HEADERS=\
21 Thread.h \
22 Waitable.h \
23 Waiter.h \
24 WaitableEvent.h \
25 StreamBuffer.h \
26 ReadingBuffer.h \
27 WritingBuffer.h \
28 BufferedStream.h \
29 Acceptor.h \
30 ServerSocket.h \
31 Socket.h \
32 Connector.h \
33 ClientSocket.h \
34 LocalSocket.h \
35 LocalAcceptor.h \
36 LocalServerSocket.h \
37 LocalClientSocket.h
Note: See TracBrowser for help on using the repository browser.