source: xplcommon/src/xplcommon/posix/Makefile.am@ 4:d061ad3be7fd

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

Added support for a waitable event for POSIX and a test program

File size: 286 bytes
Line 
1noinst_LTLIBRARIES=libxplcommon_posix.la
2
3libxplcommon_posix_la_SOURCES = \
4 Thread.cc \
5 Waitable.cc \
6 Waiter.cc \
7 WaitableEvent.cc
8
9include_xplcommon_posixdir=$(includedir)/xplcommon/posix
10include_xplcommon_posix_HEADERS=\
11 Thread.h \
12 Waitable.h \
13 Waiter.h \
14 WaitableEvent.h
Note: See TracBrowser for help on using the repository browser.