mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
8 lines
113 B
Text
8 lines
113 B
Text
|
|
EXTRA_LTLIBRARIES=libtimer.la
|
||
|
|
|
||
|
|
libtimer_la_SOURCES = timer.c
|
||
|
|
all: libtimer.la
|
||
|
|
|
||
|
|
|
||
|
|
INCLUDES=-I$(top_srcdir)/include
|