alsa-lib/src/timer/Makefile.am
Patrick Welche b669b50de2 autotools: update style
- rename configure.in to configure.ac
- replace INCLUDES with AM_CPPFLAGS
- modernize AM_INIT_AUTOMAKE invocation

Signed-off-by: Patrick Welche <prlw1@cam.ac.uk>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2014-02-26 08:16:22 +01:00

9 lines
222 B
Makefile

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