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

ivo at svn.xiph.org ivo at svn.xiph.org
Tue Jan 29 19:24:30 PST 2008


Author: ivo
Date: 2008-01-29 19:24:29 -0800 (Tue, 29 Jan 2008)
New Revision: 14439

Modified:
   trunk/vorbis-tools/oggdec/Makefile.am
Log:
Added @I18N_LIBS@ needed because of #include "i18n.h"

Modified: trunk/vorbis-tools/oggdec/Makefile.am
===================================================================
--- trunk/vorbis-tools/oggdec/Makefile.am	2008-01-30 03:20:08 UTC (rev 14438)
+++ trunk/vorbis-tools/oggdec/Makefile.am	2008-01-30 03:24:29 UTC (rev 14439)
@@ -11,7 +11,7 @@
 
 INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @SHARE_CFLAGS@
 
-oggdec_LDADD = @LIBICONV@ @SHARE_LIBS@ @VORBISFILE_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@
+oggdec_LDADD = @LIBICONV@ @SHARE_LIBS@ @VORBISFILE_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@ @I18N_LIBS@
 oggdec_DEPENDENCIES = @SHARE_LIBS@
 
 oggdec_SOURCES = $(oggdecsources)



More information about the commits mailing list