source: vscpl/src/hu/varadiistvan/scpl/io/_posix/Makefile.am@ 7:e0118c752a06

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

Imported the WaitableEvent class

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