summaryrefslogtreecommitdiff
path: root/coregrind/m_scheduler/Makefile.am
blob: d865494c9d482f476600cc1491fd19491bfed81b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include $(top_srcdir)/Makefile.all.am
include $(top_srcdir)/Makefile.core.am

noinst_HEADERS = \
	priv_sema.h

noinst_LIBRARIES = libscheduler.a

libscheduler_a_SOURCES = \
	scheduler.c \
	sema.c