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

bin_PROGRAMS = \
	nmt

nmt_SOURCES = \
	nmt.c \
	dsp.c \
	frame.c \
	image.c \
	tones.c \
	announcement.c \
	main.c
nmt_LDADD = \
	$(COMMON_LA) \
	$(ALSA_LIBS) \
	$(top_builddir)/src/common/libcommon.a \
	-lm