mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-16 06:59:57 -05:00
7 lines
155 B
Makefile
7 lines
155 B
Makefile
EXTRA_LTLIBRARIES=libtimer.la
|
|
|
|
libtimer_la_SOURCES = timer.c timer_hw.c timer_query.c timer_query_hw.c
|
|
all: libtimer.la
|
|
|
|
|
|
INCLUDES=-I$(top_srcdir)/include
|