mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
9 lines
132 B
Text
9 lines
132 B
Text
|
|
EXTRA_LTLIBRARIES = libcontrol.la
|
||
|
|
|
||
|
|
libcontrol_la_SOURCES = cards.c control.c
|
||
|
|
|
||
|
|
all: libcontrol.la
|
||
|
|
|
||
|
|
|
||
|
|
INCLUDES=-I$(top_srcdir)/include
|