[xiph-commits] r11284 - trunk/Tremor
giles at svn.xiph.org
giles at svn.xiph.org
Wed Apr 26 09:22:46 PDT 2006
Author: giles
Date: 2006-04-26 09:22:44 -0700 (Wed, 26 Apr 2006)
New Revision: 11284
Modified:
trunk/Tremor/Makefile.am
Log:
Add missing file block.h to the _SOURCES list so make dist works. Issue #900.
Modified: trunk/Tremor/Makefile.am
===================================================================
--- trunk/Tremor/Makefile.am 2006-04-26 15:59:50 UTC (rev 11283)
+++ trunk/Tremor/Makefile.am 2006-04-26 16:22:44 UTC (rev 11284)
@@ -10,7 +10,7 @@
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
More information about the commits
mailing list