summaryrefslogtreecommitdiff
path: root/src/mixer/Makefile.am
blob: 84272ada76e8c7c6b81be2591e994d1c0d224e2b (plain)
1
2
3
4
5
6
7
8
9
10
11
EXTRA_LTLIBRARIES=libmixer.la

libmixer_la_SOURCES = bag.c mixer.c simple.c simple_none.c mixer_symbols.c \
		      mixer_old.c simple_old.c

noinst_HEADERS = mixer_local.h mixer_old_local.h

all: libmixer.la


INCLUDES=-I$(top_srcdir)/include