Last change
on this file since 19:0739d3edb6b7 was 5:55892b4e7748, checked in by István Váradi <ivaradi@…>, 12 years ago |
Imported the conditional variable implementation from xplcommon
|
File size:
227 bytes
|
Line | |
---|
1 | noinst_LTLIBRARIES=libvscpl_posix.la
|
---|
2 |
|
---|
3 | libvscpl_posix_la_SOURCES = \
|
---|
4 | Thread.cc \
|
---|
5 | CondVar.cc
|
---|
6 |
|
---|
7 | include_vscpl_posixdir=$(includedir)/hu/varadiistvan/scpl/_posix
|
---|
8 | include_vscpl_posix_HEADERS=\
|
---|
9 | Thread.h \
|
---|
10 | Mutex.h \
|
---|
11 | CondVar.h
|
---|
Note:
See
TracBrowser
for help on using the repository browser.