source:
xplcommon/src/xplcommon/posix/Makefile.am@
3:e4ca2e057cec
Last change on this file since 3:e4ca2e057cec was 3:e4ca2e057cec, checked in by , 12 years ago | |
---|---|
File size: 246 bytes |
Rev | Line | |
---|---|---|
[3] | 1 | noinst_LTLIBRARIES=libxplcommon_posix.la |
2 | ||
3 | libxplcommon_posix_la_SOURCES = \ | |
4 | Thread.cc \ | |
5 | Waitable.cc \ | |
6 | Waiter.cc | |
7 | ||
8 | include_xplcommon_posixdir=$(includedir)/xplcommon/posix | |
9 | include_xplcommon_posix_HEADERS=\ | |
10 | Thread.h \ | |
11 | Waitable.h \ | |
12 | Waiter.h |
Note:
See TracBrowser
for help on using the repository browser.