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

bin_PROGRAMS = \
	tacs

tacs_SOURCES = \
	tones.c \
	outoforder.c \
	stations.c \
	image.c \
	main.c

tacs_LDADD = \
	$(COMMON_LA) \
	../amps/libamps.a \
	$(top_builddir)/src/common/libcommon.a \
	$(ALSA_LIBS) \
	$(UHD_LIBS) \
	$(SOAPY_LIBS) \
	-lm