aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: fa72df01b9114c237d4ee440a4417a0356744465 (plain)
1
2
3
4
5
6
7
8
INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS=-Wall $(LIBOSMOCODEC_CFLAGS)
AM_LDFLAGS=$(LIBOSMOCODEC_LIBS)

bin_PROGRAMS = gapk
gapk_SOURCES =	main.c	\
		formats.c fmt_amr.c fmt_gsm.c fmt_hr_ref.c fmt_racal.c \
		codecs.c codec_pcm.c codec_hr.c codec_fr.c codec_efr.c