[xiph-cvs] cvs commit: vorbis-tools/oggdec Makefile.am
Ralph Giles
giles at xiph.org
Tue Jul 2 07:14:47 PDT 2002
giles 02/07/02 07:14:47
Modified: oggdec Makefile.am
Log:
Link with local portability routines first to avoid symbol conflicts. (at least with getopt on macos)
Revision Changes Path
1.2 +1 -1 vorbis-tools/oggdec/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggdec/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am 2002/07/02 13:38:42 1.1
+++ Makefile.am 2002/07/02 14:14:46 1.2
@@ -10,7 +10,7 @@
INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @SHARE_CFLAGS@
-oggdec_LDADD = @VORBISFILE_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@ @LIBICONV@ @SHARE_LIBS@
+oggdec_LDADD = @LIBICONV@ @SHARE_LIBS@ @VORBISFILE_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@
oggdec_DEPENDENCIES = @SHARE_LIBS@
oggdec_SOURCES = oggdec.c
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list