aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-10-24 18:32:44 +0200
committerSylvain Munaut <tnt@246tNt.com>2010-10-29 11:49:33 +0200
commitcca11553e50760d8cfbfdd1e1af45e31b52417ad (patch)
treebf40b61a729a571429b93bff9b7230e6aafca55d /src/Makefile.am
parent294db60a4e51568649d7bfccda22dd8ffa0e3f81 (diff)
codec: Add preliminary codecs definitions for HR/FR/EFR
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a8fe29d..13b69bd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,4 +2,5 @@ INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS=-Wall
bin_PROGRAMS = gapk
-gapk_SOURCES = main.c
+gapk_SOURCES = main.c \
+ codecs.c codec_pcm.c codec_hr.c codec_fr.c codec_efr.c