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

bin_PROGRAMS = \
	anetz

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