source: vscpl/src/hu/varadiistvan/scpl/io/_win32/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: 358 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
Note: See TracBrowser for help on using the repository browser.