Blame src/timer/Makefile.am

Packit Service db8eaa
EXTRA_LTLIBRARIES=libtimer.la
Packit Service db8eaa
Packit Service db8eaa
libtimer_la_SOURCES = timer.c timer_hw.c timer_query.c timer_query_hw.c \
Packit Service db8eaa
	              timer_symbols.c
Packit Service db8eaa
noinst_HEADERS = timer_local.h
Packit Service db8eaa
all: libtimer.la
Packit Service db8eaa
Packit Service db8eaa
Packit Service db8eaa
AM_CPPFLAGS=-I$(top_srcdir)/include