From 0ace2011d0a89ebd48f773e66161e81d79e6ad25 Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 1 Feb 2004 17:12:33 +0000 Subject: [PATCH] libiso9660 depends on libcdio. Cygwin (and perhaps others) then require that libiso9660 be listed in the link order before things that it depends on. --- example/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/example/Makefile.am b/example/Makefile.am index 8301cc99..1e22759a 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -1,6 +1,6 @@ -# $Id: Makefile.am,v 1.3 2004/01/10 03:03:08 rocky Exp $ +# $Id: Makefile.am,v 1.4 2004/02/01 17:12:33 rocky Exp $ # -# Copyright (C) 2003 Rocky Bernstein +# Copyright (C) 2003, 2004 Rocky Bernstein # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,5 +29,5 @@ sample2_LDADD = $(LIBCDIO_LIBS) sample3_LDADD = $(LIBCDIO_LIBS) sample4_LDADD = $(LIBCDIO_LIBS) sample5_LDADD = $(LIBCDIO_LIBS) -sample6_LDADD = $(LIBCDIO_LIBS) $(LIBISO9660_LIBS) -sample7_LDADD = $(LIBCDIO_LIBS) $(LIBISO9660_LIBS) +sample6_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) +sample7_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS)