[xiph-commits] r12581 - trunk/vorbis/vq

giles at svn.xiph.org giles at svn.xiph.org
Tue Feb 27 11:40:36 PST 2007


Author: giles
Date: 2007-02-27 11:40:34 -0800 (Tue, 27 Feb 2007)
New Revision: 12581

Modified:
   trunk/vorbis/vq/Makefile.am
Log:
Add missing vqsplit.h and localcodebook.h headers to the distribution.


Modified: trunk/vorbis/vq/Makefile.am
===================================================================
--- trunk/vorbis/vq/Makefile.am	2007-02-27 15:10:44 UTC (rev 12580)
+++ trunk/vorbis/vq/Makefile.am	2007-02-27 19:40:34 UTC (rev 12581)
@@ -10,17 +10,17 @@
 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
 



More information about the commits mailing list