mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-19 07:00:06 -05:00
12 lines
205 B
Makefile
12 lines
205 B
Makefile
SUBDIRS=simple
|
|
|
|
EXTRA_LTLIBRARIES=libmixer.la
|
|
|
|
libmixer_la_SOURCES = bag.c mixer.c simple.c simple_none.c simple_abst.c
|
|
|
|
noinst_HEADERS = mixer_local.h
|
|
|
|
all: libmixer.la
|
|
|
|
|
|
INCLUDES=-I$(top_srcdir)/include
|