alsa-lib/src/mixer/Makefile.am
Jaroslav Kysela a33c78ddd8 moved simple mixer abstraction modules to modules/mixer/simple directory
Compile dynamic modules outside the alsa-lib tree to allow linking them
against libasound.so - proper versions of dynamic symbols.
2005-08-22 12:07:55 +00:00

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