From 0120f06fbff894a6eed6d7fb91605c614e51d487 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Wed, 26 Apr 2006 16:22:44 +0000 Subject: Add missing file block.h to the _SOURCES list so make dist works. Issue #900. git-svn-id: https://svn.xiph.org/trunk/Tremor@11284 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9041c4f..f7b19e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ libvorbisidec_la_SOURCES = mdct.c block.c window.c \ res012.c mapping0.c registry.c codebook.c \ sharedbook.c framing.c bitwise.c \ codebook.h misc.h mdct_lookup.h\ - os.h mdct.h ivorbisfile.h lsp_lookup.h\ + os.h mdct.h block.h ivorbisfile.h lsp_lookup.h\ registry.h window.h window_lookup.h\ codec_internal.h backends.h ogg.h \ asm_arm.h ivorbiscodec.h -- cgit v1.2.1