mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05:00
9 lines
219 B
Makefile
9 lines
219 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
|
|
|
|
|
|
INCLUDES=-I$(top_srcdir)/include
|