| CODENOTIFIER | HelpYou are not signed inSign in |
Project: OGG Vorbis
Revision: 14836
Author: giles
Date: 04 May 2008 20:13:31
Changes:Put the ogg library at the end of the link line for the benefit
of iterative ("single-pass") linkers.
| ... | ...@@ -16,15 +16,15 @@ | |
| 16 | 16 | registry.h scales.h window.h lookup.h lookup_data.h\ |
| 17 | 17 | codec_internal.h backends.h bitrate.h |
| 18 | 18 | libvorbis_la_LDFLAGS = -no-undefined -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@ |
| 19 | libvorbis_la_LIBADD = @OGG_LIBS@ @VORBIS_LIBS@ | |
| 19 | libvorbis_la_LIBADD = @VORBIS_LIBS@ @OGG_LIBS@ | |
| 20 | 20 | |
| 21 | 21 | libvorbisfile_la_SOURCES = vorbisfile.c |
| 22 | 22 | libvorbisfile_la_LDFLAGS = -no-undefined -version-info @VF_LIB_CURRENT@:@VF_LIB_REVISION@:@VF_LIB_AGE@ |
| 23 | libvorbisfile_la_LIBADD = @OGG_LIBS@ libvorbis.la | |
| 23 | libvorbisfile_la_LIBADD = libvorbis.la @OGG_LIBS@ | |
| 24 | 24 | |
| 25 | 25 | libvorbisenc_la_SOURCES = vorbisenc.c |
| 26 | 26 | libvorbisenc_la_LDFLAGS = -no-undefined -version-info @VE_LIB_CURRENT@:@VE_LIB_REVISION@:@VE_LIB_AGE@ |
| 27 | libvorbisenc_la_LIBADD = @OGG_LIBS@ libvorbis.la | |
| 27 | libvorbisenc_la_LIBADD = libvorbis.la @OGG_LIBS@ | |
| 28 | 28 | |
| 29 | 29 | EXTRA_PROGRAMS = barkmel tone psytune |
| 30 | 30 | CLEANFILES = $(EXTRA_PROGRAMS) |