source: vscpl/src/hu/varadiistvan/scpl/_win32/Makefile.am@ 5:55892b4e7748

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

Imported the conditional variable implementation from xplcommon

File size: 214 bytes
Line 
1noinst_LTLIBRARIES=libvscpl_win32.la
2
3libvscpl_win32_la_SOURCES = \
4 Thread.cc \
5 CondVar.cc
6
7include_win32_posixdir=$(includedir)/hu/varadiistvan/scpl/_win32
8include_win32_posix_HEADERS=\
9 Thread.h \
10 CondVar.h
Note: See TracBrowser for help on using the repository browser.