source: xplcommon/src/xplcommon/Makefile.am@ 0:35ba6f10e28f

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

Initial revision, thread handling implemented

File size: 211 bytes
Line 
1lib_LTLIBRARIES=libxplcommon.la
2
3libxplcommon_la_SOURCES=\
4 POSIXThread.cc \
5 Win32Thread.cc
6
7include_xplcommondir=$(includedir)/xplcommon
8include_xplcommon_HEADERS=\
9 POSIXThread.h \
10 Win32Thread.h \
11 Thread.h
Note: See TracBrowser for help on using the repository browser.