source: vscpl/src/hu/varadiistvan/scpl/io/_posix/Makefile.am@ 6:53519b47b166

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

Imported some further stuff from the IO code

File size: 578 bytes
Line 
1INCLUDES=-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 BufferedStream.cc \
11 ReadingBuffer.cc \
12 WritingBuffer.cc
13
14include_vscpl_io_posixdir=$(includedir)/hu/varadiistvan/scpl/io/_posix
15include_vscpl_io_posix_HEADERS= \
16 Waitable.h \
17 Waiter.h \
18 BufferedStream.h \
19 StreamBuffer.h \
20 ReadingBuffer.h \
21 WritingBuffer.h
Note: See TracBrowser for help on using the repository browser.