source: vscpl/src/hu/varadiistvan/scpl/_win32/Makefile.am@ 13:9d4db354405d

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

Added missing header

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