[xiph-commits] r7844 - trunk/theora/examples

thomasvs at motherfish-iii.xiph.org thomasvs at motherfish-iii.xiph.org
Fri Sep 24 09:32:18 PDT 2004


Author: thomasvs
Date: 2004-09-24 09:32:17 -0700 (Fri, 24 Sep 2004)
New Revision: 7844

Modified:
   trunk/theora/examples/Makefile.am
Log:
use AM_CFLAGS over CFLAGS

Modified: trunk/theora/examples/Makefile.am
===================================================================
--- trunk/theora/examples/Makefile.am	2004-09-24 14:27:43 UTC (rev 7843)
+++ trunk/theora/examples/Makefile.am	2004-09-24 16:32:17 UTC (rev 7844)
@@ -7,7 +7,7 @@
 # possible contents of BUILDABLE_EXAMPLES:
 EXTRA_PROGRAMS = player_example encoder_example
 
-CFLAGS = $(SDL_CFLAGS)
+AM_CFLAGS = $(SDL_CFLAGS)
 LDADD = ../lib/libtheora.la -logg 
 
 dump_video_SOURCES = dump_video.c



More information about the commits mailing list