mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
8 lines
132 B
Makefile
8 lines
132 B
Makefile
EXTRA_LTLIBRARIES = libcontrol.la
|
|
|
|
libcontrol_la_SOURCES = cards.c control.c
|
|
|
|
all: libcontrol.la
|
|
|
|
|
|
INCLUDES=-I$(top_srcdir)/include
|