[xiph-commits] r15251 - trunk/vorbis-tools/oggdec

ivo at svn.xiph.org ivo at svn.xiph.org
Thu Sep 4 08:44:08 PDT 2008


Author: ivo
Date: 2008-09-04 08:44:07 -0700 (Thu, 04 Sep 2008)
New Revision: 15251

Modified:
   trunk/vorbis-tools/oggdec/Makefile.am
Log:
oggdec was missing @I18N_CFLAGS@ in Makefile INCLUDES.  Patch by Martin Panter.

Modified: trunk/vorbis-tools/oggdec/Makefile.am
===================================================================
--- trunk/vorbis-tools/oggdec/Makefile.am	2008-09-04 15:25:33 UTC (rev 15250)
+++ trunk/vorbis-tools/oggdec/Makefile.am	2008-09-04 15:44:07 UTC (rev 15251)
@@ -9,7 +9,7 @@
 
 bin_PROGRAMS = oggdec
 
-INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @SHARE_CFLAGS@
+INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @SHARE_CFLAGS@ @I18N_CFLAGS@
 
 oggdec_LDADD = @LIBICONV@ @SHARE_LIBS@ @VORBISFILE_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@ @I18N_LIBS@
 oggdec_DEPENDENCIES = @SHARE_LIBS@



More information about the commits mailing list