Last change
on this file since 5:db1fa4c31a20 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
|
Rev | Line | |
---|
[3] | 1 | noinst_LTLIBRARIES=libxplcommon_posix.la
|
---|
| 2 |
|
---|
| 3 | libxplcommon_posix_la_SOURCES = \
|
---|
| 4 | Thread.cc \
|
---|
| 5 | Waitable.cc \
|
---|
[4] | 6 | Waiter.cc \
|
---|
| 7 | WaitableEvent.cc
|
---|
[3] | 8 |
|
---|
| 9 | include_xplcommon_posixdir=$(includedir)/xplcommon/posix
|
---|
| 10 | include_xplcommon_posix_HEADERS=\
|
---|
| 11 | Thread.h \
|
---|
| 12 | Waitable.h \
|
---|
[4] | 13 | Waiter.h \
|
---|
| 14 | WaitableEvent.h
|
---|
Note:
See
TracBrowser
for help on using the repository browser.