mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-23 06:59:55 -05:00
8 lines
186 B
Makefile
8 lines
186 B
Makefile
EXTRA_LTLIBRARIES=libtimer.la
|
|
|
|
libtimer_la_SOURCES = timer.c timer_hw.c timer_query.c timer_query_hw.c
|
|
noinst_HEADERS = timer_local.h
|
|
all: libtimer.la
|
|
|
|
|
|
INCLUDES=-I$(top_srcdir)/include
|