Last change
on this file since 1:00e7af4d1367 was 1:00e7af4d1367, checked in by István Váradi <ivaradi@…>, 12 years ago |
Implemented basic event waiting infrastructure
|
File size:
291 bytes
|
Line | |
---|
1 | lib_LTLIBRARIES=libxplcommon.la
|
---|
2 |
|
---|
3 | libxplcommon_la_SOURCES=\
|
---|
4 | POSIXThread.cc \
|
---|
5 | Win32Thread.cc \
|
---|
6 | POSIXWaitable.cc \
|
---|
7 | POSIXWaiter.cc
|
---|
8 |
|
---|
9 | include_xplcommondir=$(includedir)/xplcommon
|
---|
10 | include_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.