[xiph-commits] r13876 - trunk/theora/include/theora
giles at svn.xiph.org
giles at svn.xiph.org
Fri Sep 21 17:48:32 PDT 2007
Author: giles
Date: 2007-09-21 17:48:32 -0700 (Fri, 21 Sep 2007)
New Revision: 13876
Modified:
trunk/theora/include/theora/Makefile.am
Log:
Don't install the headers for the theora-exp api, since we're not
exporting the symbols.
Modified: trunk/theora/include/theora/Makefile.am
===================================================================
--- trunk/theora/include/theora/Makefile.am 2007-09-22 00:45:14 UTC (rev 13875)
+++ trunk/theora/include/theora/Makefile.am 2007-09-22 00:48:32 UTC (rev 13876)
@@ -2,4 +2,6 @@
theoraincludedir = $(includedir)/theora
-theorainclude_HEADERS = theora.h codec.h theoradec.h
+theorainclude_HEADERS = theora.h
+
+noinst_HEADERS = codec.h theoradec.h
More information about the commits
mailing list