source: xplcommon/src/xplcommon/posix/Makefile.am@ 3:e4ca2e057cec

Last change on this file since 3:e4ca2e057cec was 3:e4ca2e057cec, checked in by István Váradi <ivaradi@…>, 11 years ago

Reorganized the code a bit

File size: 246 bytes
Line 
1noinst_LTLIBRARIES=libxplcommon_posix.la
2
3libxplcommon_posix_la_SOURCES = \
4 Thread.cc \
5 Waitable.cc \
6 Waiter.cc
7
8include_xplcommon_posixdir=$(includedir)/xplcommon/posix
9include_xplcommon_posix_HEADERS=\
10 Thread.h \
11 Waitable.h \
12 Waiter.h
Note: See TracBrowser for help on using the repository browser.