source: vscpl/src/hu/varadiistvan/scpl/io/_posix/Makefile.am@ 25:bf389a7e0287

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

Updated to be compatible with current automake

File size: 1.2 KB
Line 
1AM_CPPFLAGS=-I$(top_builddir)/src
2
3SUBDIRS=
4
5noinst_LTLIBRARIES=libvscpl_io_posix.la
6
7libvscpl_io_posix_la_SOURCES= \
8 Waitable.cc \
9 Waiter.cc \
10 WaitableEvent.cc \
11 BufferedStream.cc \
12 ReadingBuffer.cc \
13 WritingBuffer.cc \
14 Socket.cc \
15 Connector.cc \
16 ClientSocket.cc \
17 LocalConnector.cc \
18 LocalClientSocket.cc \
19 Acceptor.cc \
20 ServerSocket.cc \
21 LocalServerSocket.cc
22
23include_vscpl_io_posixdir=$(includedir)/hu/varadiistvan/scpl/io/_posix
24include_vscpl_io_posix_HEADERS= \
25 Waitable.h \
26 Waiter.h \
27 WaitableEvent.h \
28 BufferedStream.h \
29 StreamBuffer.h \
30 ReadingBuffer.h \
31 WritingBuffer.h \
32 Socket.h \
33 Connector.h \
34 ClientSocket.h \
35 LocalConnector.h \
36 LocalClientSocket.h \
37 Acceptor.h \
38 ServerSocket.h \
39 LocalSocket.h \
40 LocalAcceptor.h \
41 LocalServerSocket.h
Note: See TracBrowser for help on using the repository browser.