mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-26 07:00:11 -05:00
Compile dynamic modules outside the alsa-lib tree to allow linking them against libasound.so - proper versions of dynamic symbols.
10 lines
204 B
Makefile
10 lines
204 B
Makefile
EXTRA_LTLIBRARIES=libmixer.la
|
|
|
|
libmixer_la_SOURCES = bag.c mixer.c simple.c simple_none.c simple_abst.c
|
|
|
|
noinst_HEADERS = mixer_local.h mixer_simple.h
|
|
|
|
all: libmixer.la
|
|
|
|
|
|
INCLUDES=-I$(top_srcdir)/include
|