mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-10 13:30:01 -05:00
12 lines
261 B
Makefile
12 lines
261 B
Makefile
EXTRA_LTLIBRARIES = libcontrol.la
|
|
|
|
libcontrol_la_SOURCES = cards.c hcontrol.c \
|
|
control.c control_hw.c control_shm.c \
|
|
setup.c control_symbols.c
|
|
|
|
noinst_HEADERS = control_local.h
|
|
|
|
all: libcontrol.la
|
|
|
|
|
|
INCLUDES=-I$(top_srcdir)/include
|