[Speex-dev] [PATCH] make sure new bfin.h is included in dist

Mike Frysinger vapier at gentoo.org
Wed Jun 3 14:16:09 PDT 2009


Looks like I didn't test the `make dist` target and so broke it by not
listing the bfin.h in one of the headers vars.

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 libspeex/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libspeex/Makefile.am b/libspeex/Makefile.am
index 9c4e8af..6eef924 100644
--- a/libspeex/Makefile.am
+++ b/libspeex/Makefile.am
@@ -35,7 +35,7 @@ endif
 
 libspeexdsp_la_SOURCES = preprocess.c jitter.c mdf.c fftwrap.c filterbank.c resample.c buffer.c scal.c $(FFTSRC)
 
-noinst_HEADERS = 	arch.h 	cb_search_arm4.h 	cb_search_bfin.h 	cb_search_sse.h \
+noinst_HEADERS = 	arch.h 	bfin.h cb_search_arm4.h 	cb_search_bfin.h 	cb_search_sse.h \
 		filters.h 	filters_arm4.h 	filters_bfin.h 	filters_sse.h 	fixed_arm4.h \
 		fixed_arm5e.h 	fixed_bfin.h 	fixed_debug.h 	lpc.h 	lpc_bfin.h 	ltp.h 	ltp_arm4.h \
 		ltp_sse.h 	math_approx.h 		misc_bfin.h 	nb_celp.h 	quant_lsp.h 	sb_celp.h \
-- 
1.6.3



More information about the Speex-dev mailing list