source: xplcommon/src/xplcommon/posix/Makefile.am@ 15:b55872ac53a8

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

Implemented the local client socket

File size: 735 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 BufferedWaitable.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 WaitableBuffer.h \
26 ReadingBuffer.h \
27 WritingBuffer.h \
28 BufferedWaitable.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.