summaryrefslogtreecommitdiff
path: root/gr-vocoder/lib
diff options
context:
space:
mode:
authorJohnathan Corgan2011-07-18 17:01:23 -0700
committerJohnathan Corgan2011-07-18 17:10:10 -0700
commite90497c104ea2eb3854e1081e32ffab07d26a314 (patch)
tree48ef70f562ffeede3f8a1f4b336ac7a2b577cfa3 /gr-vocoder/lib
parent2c1ac6a86dada1a16fa4d112781678c595af46b2 (diff)
downloadgnuradio-e90497c104ea2eb3854e1081e32ffab07d26a314.tar.gz
gnuradio-e90497c104ea2eb3854e1081e32ffab07d26a314.tar.bz2
gnuradio-e90497c104ea2eb3854e1081e32ffab07d26a314.zip
gr-vocoder: distcheck fixes
Diffstat (limited to 'gr-vocoder/lib')
-rw-r--r--gr-vocoder/lib/codec2/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/gr-vocoder/lib/codec2/Makefile.am b/gr-vocoder/lib/codec2/Makefile.am
index 3d0e60619..ae2094eff 100644
--- a/gr-vocoder/lib/codec2/Makefile.am
+++ b/gr-vocoder/lib/codec2/Makefile.am
@@ -99,9 +99,13 @@ libcodec2_la_SOURCES = \
pack.c \
$(GENERATED_C)
+# Evil inclusion of glottal.c by phase.c
+EXTRA_DIST += glottal.c
+
# Headers used locally but not installed in system
noinst_HEADERS = \
codec2.h \
+ codec2_internal.h \
defines.h \
kiss_fft.h\
_kiss_fft_guts.h \
@@ -118,3 +122,4 @@ noinst_HEADERS = \
sine.h
EXTRA_DIST += $(CODEBOOKS) $(CODEBOOKSD) $(CODEBOOKSDVQ)
+