[xiph-commits] r16035 - branches/theora-thusnelda/lib

giles at svn.xiph.org giles at svn.xiph.org
Tue May 26 11:54:00 PDT 2009


Author: giles
Date: 2009-05-26 11:53:59 -0700 (Tue, 26 May 2009)
New Revision: 16035

Modified:
   branches/theora-thusnelda/lib/Makefile.am
Log:
Add missing headers and conditional source files to the automake build.

Without explicitly listing them, they don't get included in 'make dist'.

Modified: branches/theora-thusnelda/lib/Makefile.am
===================================================================
--- branches/theora-thusnelda/lib/Makefile.am	2009-05-26 18:29:05 UTC (rev 16034)
+++ branches/theora-thusnelda/lib/Makefile.am	2009-05-26 18:53:59 UTC (rev 16035)
@@ -3,17 +3,27 @@
 
 EXTRA_DIST = \
 	cpu.c \
-        enc/x86/fdct_mmx.c \
-        enc/x86/fdct_sse2.c \
-        enc/x86/mmxenc.c \
-        enc/x86/mmxencfrag.c \
-        enc/x86/x86enc.c \
-        enc/x86_32_vs/dsp_mmx.c \
-        enc/x86_32_vs/fdct_mmx.c \
-        enc/dct_encode.c \
-        enc/encode.c \
-        enc/encoder_toplevel.c \
-        dec/x86_vc
+	enc/x86/dsp_sse2.c \
+	enc/x86/mmxenc.c \
+	enc/x86/mmxencfrag.c \
+	enc/x86/mmxfdct.c \
+	enc/x86/sse2fdct.c \
+	enc/x86/x86enc.c \
+	enc/x86/x86enc.h \
+	enc/x86_32_vs/dsp_mmx.c \
+	enc/x86_32_vs/fdct_mmx.c \
+	enc/x86_32_vs/recon_mmx.c \
+	enc/dct_encode.c \
+	enc/encode.c \
+	enc/encoder_toplevel.c \
+	dec/x86/mmxfrag.c \
+	dec/x86/mmxfrag.h \
+	dec/x86/mmxidct.c \
+	dec/x86/mmxloop.h \
+	dec/x86/mmxstate.c \
+	dec/x86/x86int.h \
+	dec/x86/x86state.c \
+	dec/x86_vc
 
 lib_LTLIBRARIES = libtheoradec.la libtheoraenc.la libtheora.la
 
@@ -118,6 +128,7 @@
 	enc/encoder_huffman.h \
 	enc/encoder_lookup.h \
 	enc/enquant.h \
+	enc/huffenc.h \
 	enc/hufftables.h \
 	enc/mathops.h \
 	enc/modedec.h \



More information about the commits mailing list