summaryrefslogtreecommitdiffstats
path: root/src/threads/Makefile.am
blob: 221bddf12d23eab575963ddec825498dbb09720e (plain)
1
2
3
4
5
6
7
8
9
10
11
AM_CPPFLAGS = -Wall -I$(top_srcdir)/src

noinst_LIBRARIES = libthread.a

libthread_a_SOURCES =\
        thread.cpp\
        mutex.cpp\
        sema.cpp\
        thread.h\
        mutex.h\
        sema.h