aboutsummaryrefslogtreecommitdiffstats
path: root/src/anetz/Makefile.am
blob: 9cbfefae7a231051e77a2ae212adde6549867f35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AM_CPPFLAGS = -Wall -g $(all_includes)

bin_PROGRAMS = \
	anetz

anetz_SOURCES = \
	anetz.c \
	dsp.c \
	image.c \
	main.c
anetz_LDADD = \
	$(COMMON_LA) \
	$(ALSA_LIBS) \
	$(top_builddir)/src/common/libcommon.a \
	-lm