Imported Upstream version 1.0.28
[platform/upstream/alsa-lib.git] / src / mixer / Makefile.am
1 EXTRA_LTLIBRARIES=libmixer.la
2
3 libmixer_la_SOURCES = bag.c mixer.c simple.c simple_none.c
4
5 if BUILD_MODULES
6 libmixer_la_SOURCES += simple_abst.c
7 endif
8
9 noinst_HEADERS = mixer_local.h mixer_simple.h
10
11 all: libmixer.la
12
13
14 AM_CPPFLAGS=-I$(top_srcdir)/include