From 7e4297fd83e5ed9aca9a854c96cbe76636dc15de Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Fri, 21 Dec 2001 18:34:04 +0000 Subject: [PATCH] Reverted library reordering. Original was correct. :( svn path=/trunk/vorbis-tools/; revision=2885 --- ogg123/Makefile.am | 2 +- oggenc/Makefile.am | 2 +- ogginfo/Makefile.am | 2 +- vcut/Makefile.am | 2 +- vorbiscomment/Makefile.am | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ogg123/Makefile.am b/ogg123/Makefile.am index e29170a..1905ab7 100644 --- a/ogg123/Makefile.am +++ b/ogg123/Makefile.am @@ -11,7 +11,7 @@ man_MANS = ogg123.1 INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AO_CFLAGS@ @CURL_CFLAGS@ \ @PTHREAD_CFLAGS@ @SHARE_CFLAGS@ -ogg123_LDADD = @OGG_LIBS@ @VORBIS_LIBS@ @VORBISFILE_LIBS@ @AO_LIBS@ \ +ogg123_LDADD = @VORBISFILE_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@ @AO_LIBS@ \ @SOCKET_LIBS@ @SHARE_LIBS@ @CURL_LIBS@ @PTHREAD_CFLAGS@ \ @PTHREAD_LIBS@ ogg123_DEPENDENCIES = @SHARE_LIBS@ diff --git a/oggenc/Makefile.am b/oggenc/Makefile.am index b59bc78..9a99564 100644 --- a/oggenc/Makefile.am +++ b/oggenc/Makefile.am @@ -8,7 +8,7 @@ bin_PROGRAMS = oggenc INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @SHARE_CFLAGS@ -oggenc_LDADD = @OGG_LIBS@ @VORBIS_LIBS@ @VORBISENC_LIBS@ @LIBICONV@ \ +oggenc_LDADD = @VORBISENC_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@ @LIBICONV@ \ @SHARE_LIBS@ oggenc_DEPENDENCIES = @SHARE_LIBS@ diff --git a/ogginfo/Makefile.am b/ogginfo/Makefile.am index b3ebe90..8229585 100644 --- a/ogginfo/Makefile.am +++ b/ogginfo/Makefile.am @@ -8,7 +8,7 @@ man_MANS = ogginfo.1 INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @SHARE_CFLAGS@ -ogginfo_LDADD = @OGG_LIBS@ @VORBIS_LIBS@ @LIBICONV@ @SHARE_LIBS@ +ogginfo_LDADD = @VORBIS_LIBS@ @OGG_LIBS@ @LIBICONV@ @SHARE_LIBS@ ogginfo_DEPENDENCIES = @SHARE_LIBS@ ogginfo_SOURCES = ogginfo.c diff --git a/vcut/Makefile.am b/vcut/Makefile.am index 0402ad7..5600c6d 100644 --- a/vcut/Makefile.am +++ b/vcut/Makefile.am @@ -8,7 +8,7 @@ man_MANS = vcut.1 INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ -vcut_LDADD = @OGG_LIBS@ @VORBIS_LIBS@ +vcut_LDADD = @VORBIS_LIBS@ @OGG_LIBS@ vcut_SOURCES = vcut.c vcut.h diff --git a/vorbiscomment/Makefile.am b/vorbiscomment/Makefile.am index 6e2da37..ed4e1a9 100644 --- a/vorbiscomment/Makefile.am +++ b/vorbiscomment/Makefile.am @@ -6,7 +6,7 @@ bin_PROGRAMS = vorbiscomment INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @SHARE_CFLAGS@ -vorbiscomment_LDADD = @OGG_LIBS@ @VORBIS_LIBS@ @LIBICONV@ @SHARE_LIBS@ +vorbiscomment_LDADD = @VORBIS_LIBS@ @OGG_LIBS@ @LIBICONV@ @SHARE_LIBS@ vorbiscomment_DEPENDENCIES = @SHARE_LIBS@ vorbiscomment_SOURCES = vcedit.c vcedit.h vcomment.c -- GitLab