blob: c4d08291a9d4975452250c458105969a14d2c53f [file] [log] [blame]
Marc Slemko9f0ba252006-07-21 03:53:13 +00001lib_LTLIBRARIES = libconcurrency.la
2
3# Define the source file for the module
4
5libconcurrency_la_SOURCES = Monitor.cc \
6 PosixThreadFactory.cc \
7 ThreadManager.cc \
8 TimerManager.cc
9
10