[xiph-commits] r9783 - trunk/theora/tests

giles at svn.xiph.org giles at svn.xiph.org
Sat Aug 20 10:45:21 PDT 2005


Author: giles
Date: 2005-08-20 10:45:20 -0700 (Sat, 20 Aug 2005)
New Revision: 9783

Modified:
   trunk/theora/tests/Makefile.am
Log:
Add a missing header to the distribution. Patch from the -oil branch.


Modified: trunk/theora/tests/Makefile.am
===================================================================
--- trunk/theora/tests/Makefile.am	2005-08-20 17:32:28 UTC (rev 9782)
+++ trunk/theora/tests/Makefile.am	2005-08-20 17:45:20 UTC (rev 9783)
@@ -1,5 +1,7 @@
 INCLUDES = -I$(top_srcdir)/include
 
+noinst_HEADERS = tests.h
+
 THEORADIR = ../lib
 THEORA_LIBS = $(THEORADIR)/libtheora.la $(OGG_LIBS)
 



More information about the commits mailing list