From: Ralph Giles Date: Tue, 27 Feb 2007 19:40:34 +0000 (+0000) Subject: Add missing vqsplit.h and localcodebook.h headers to the distribution. X-Git-Tag: v1.3.3~377 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=c1e557c75cbd0557ef7a69101f6137b8ecb9f886;p=platform%2Fupstream%2Flibvorbis.git Add missing vqsplit.h and localcodebook.h headers to the distribution. svn path=/trunk/vorbis/; revision=12581 --- diff --git a/vq/Makefile.am b/vq/Makefile.am index 52012d1..f8ac59d 100644 --- a/vq/Makefile.am +++ b/vq/Makefile.am @@ -10,17 +10,17 @@ AM_LDFLAGS = -static LDADD = ../lib/libvorbis.la latticebuild_SOURCES = latticebuild.c vqgen.c bookutil.c\ - vqgen.h bookutil.h + vqgen.h bookutil.h localcodebook.h latticepare_SOURCES = latticepare.c vqgen.c bookutil.c vqsplit.c\ - vqgen.h bookutil.h + vqgen.h vqsplit.h bookutil.h localcodebook.h latticehint_SOURCES = latticehint.c bookutil.c\ - bookutil.h + vqsplit.h bookutil.h localcodebook.h latticetune_SOURCES = latticetune.c vqgen.c bookutil.c\ - vqgen.h bookutil.h + vqgen.h bookutil.h localcodebook.h huffbuild_SOURCES = huffbuild.c vqgen.c bookutil.c\ - vqgen.h bookutil.h + vqgen.h bookutil.h localcodebook.h distribution_SOURCES = distribution.c bookutil.c\ - bookutil.h + bookutil.h localcodebook.h EXTRA_DIST = residue_entropy auxpartition.pl