source: xplcommon/src/xplcommon/posix/Makefile.am@ 11:9adb0b9c456b

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

Implemented the server side of the local socket

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