mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
9 lines
226 B
Makefile
9 lines
226 B
Makefile
EXTRA_LTLIBRARIES = libcontrol.la
|
|
|
|
libcontrol_la_SOURCES = cards.c controls.c bag.c defaults.c \
|
|
control.c control_m4.c control_hw.c control_shm.c
|
|
|
|
all: libcontrol.la
|
|
|
|
|
|
INCLUDES=-I$(top_srcdir)/include
|