From c1e557c75cbd0557ef7a69101f6137b8ecb9f886 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Tue, 27 Feb 2007 19:40:34 +0000 Subject: [PATCH] Add missing vqsplit.h and localcodebook.h headers to the distribution. svn path=/trunk/vorbis/; revision=12581 --- vq/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 2.7.4