source: xplcommon/src/xplcommon/Makefile.am@ 1:00e7af4d1367

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

Implemented basic event waiting infrastructure

File size: 291 bytes
Line 
1lib_LTLIBRARIES=libxplcommon.la
2
3libxplcommon_la_SOURCES=\
4 POSIXThread.cc \
5 Win32Thread.cc \
6 POSIXWaitable.cc \
7 POSIXWaiter.cc
8
9include_xplcommondir=$(includedir)/xplcommon
10include_xplcommon_HEADERS=\
11 POSIXThread.h \
12 Win32Thread.h \
13 Thread.h \
14 POSIXWaitable.h \
15 POSIXWaiter.h
Note: See TracBrowser for help on using the repository browser.