Last change
on this file since 4:d061ad3be7fd was 4:d061ad3be7fd, checked in by István Váradi <ivaradi@…>, 12 years ago |
Added support for a waitable event for POSIX and a test program
|
File size:
286 bytes
|
Line | |
---|
1 | noinst_LTLIBRARIES=libxplcommon_posix.la
|
---|
2 |
|
---|
3 | libxplcommon_posix_la_SOURCES = \
|
---|
4 | Thread.cc \
|
---|
5 | Waitable.cc \
|
---|
6 | Waiter.cc \
|
---|
7 | WaitableEvent.cc
|
---|
8 |
|
---|
9 | include_xplcommon_posixdir=$(includedir)/xplcommon/posix
|
---|
10 | include_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.