[xiph-commits] r10096 - trunk/theora/tests
thomasvs at svn.xiph.org
thomasvs at svn.xiph.org
Thu Sep 29 10:04:20 PDT 2005
Author: thomasvs
Date: 2005-09-29 10:04:18 -0700 (Thu, 29 Sep 2005)
New Revision: 10096
Modified:
trunk/theora/tests/Makefile.am
Log:
build test with OGG_CFLAGS - fixes build when having ogg
only in a non-system include dir
Modified: trunk/theora/tests/Makefile.am
===================================================================
--- trunk/theora/tests/Makefile.am 2005-09-29 15:07:43 UTC (rev 10095)
+++ trunk/theora/tests/Makefile.am 2005-09-29 17:04:18 UTC (rev 10096)
@@ -17,6 +17,8 @@
noop_SOURCES = noop.c
noop_LDADD = $(THEORA_LIBS)
+noop_CFLAGS = $(OGG_CFLAGS)
comment_test_SOURCES = comment-test.c
comment_test_LDADD = $(THEORA_LIBS)
+comment_test_CFLAGS = $(OGG_CFLAGS)
More information about the commits
mailing list