[xiph-commits] r15399 - in trunk/theora: . lib

giles at svn.xiph.org giles at svn.xiph.org
Mon Oct 13 20:11:34 PDT 2008


Author: giles
Date: 2008-10-13 20:11:34 -0700 (Mon, 13 Oct 2008)
New Revision: 15399

Modified:
   trunk/theora/SConstruct
   trunk/theora/lib/Makefile.am
Log:
Remove lib and lib/dec from the include paths.

Like lib/enc, they are no longer necessary. In this case since r13596.


Modified: trunk/theora/SConstruct
===================================================================
--- trunk/theora/SConstruct	2008-10-14 02:54:38 UTC (rev 15398)
+++ trunk/theora/SConstruct	2008-10-14 03:11:34 UTC (rev 15399)
@@ -161,7 +161,7 @@
   """)
 env = conf.Finish()
 
-env.Append(CPPPATH=['lib', 'include'])
+env.Append(CPPPATH=['include'])
 env.ParseConfig('pkg-config --cflags --libs ogg')
 
 libtheoradec_a = env.Library('lib/theoradec',

Modified: trunk/theora/lib/Makefile.am
===================================================================
--- trunk/theora/lib/Makefile.am	2008-10-14 02:54:38 UTC (rev 15398)
+++ trunk/theora/lib/Makefile.am	2008-10-14 03:11:34 UTC (rev 15399)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_srcdir)/lib/dec
+INCLUDES = -I$(top_srcdir)/include
 AM_CFLAGS = $(OGG_CFLAGS)
 
 EXTRA_DIST = \



More information about the commits mailing list