source: vscpl/src/hu/varadiistvan/scpl/io/_win32/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: 399 bytes
Line 
1INCLUDES = -I$(top_builddir)/src
2
3SUBDIRS=
4
5noinst_LTLIBRARIES=libvscpl_io_win32.la
6
7libvscpl_io_win32_la_SOURCES=\
8 Event.cc \
9 Waiter.cc
10
11include_vscpl_io_win32dir=$(includedir)/hu/varadiistvan/scpl/io/_win32
12include_vscpl_io_win32_HEADERS=\
13 EventFailable.h \
14 Event.h \
15 Waiter.h \
16 WaitableEvent.h
Note: See TracBrowser for help on using the repository browser.