beta 3 commit. Unless I missed something (give it 50/50 odds ;-)
[platform/upstream/libvorbis.git] / lib / Makefile.am
index a51deb4..c84b7c4 100644 (file)
@@ -11,11 +11,11 @@ lib_LTLIBRARIES = libvorbis.la libvorbisfile.la libvorbisenc.la
 libvorbis_la_SOURCES = mdct.c smallft.c block.c envelope.c window.c lsp.c lpc.c\
                        analysis.c synthesis.c psy.c info.c time0.c floor0.c\
                        res0.c mapping0.c registry.c codebook.c sharedbook.c\
 libvorbis_la_SOURCES = mdct.c smallft.c block.c envelope.c window.c lsp.c lpc.c\
                        analysis.c synthesis.c psy.c info.c time0.c floor0.c\
                        res0.c mapping0.c registry.c codebook.c sharedbook.c\
-                       iir.c lookup.c\
+                       iir.c lookup.c bitbuffer.c\
                        envelope.h lpc.h lsp.h codebook.h misc.h psy.h\
                        masking.h iir.h os.h mdct.h smallft.h\
                        registry.h scales.h window.h lookup.h lookup_data.h\
                        envelope.h lpc.h lsp.h codebook.h misc.h psy.h\
                        masking.h iir.h os.h mdct.h smallft.h\
                        registry.h scales.h window.h lookup.h lookup_data.h\
-                       codec_internal.h backends.h
+                       codec_internal.h backends.h bitbuffer.h
 libvorbis_la_LDFLAGS = -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@
 
 libvorbisfile_la_SOURCES = vorbisfile.c
 libvorbis_la_LDFLAGS = -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@
 
 libvorbisfile_la_SOURCES = vorbisfile.c