From 510cd063a028dc1fc1137b5316dd80eff815b8db Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 8 Feb 2004 04:24:53 +0000 Subject: [PATCH] libiso9660 needs to have libcdio listed in its load flags for Solaris. --- lib/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index ad3455a9..fd7ed2e4 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.17 2004/02/08 03:35:24 rocky Exp $ +# $Id: Makefile.am,v 1.18 2004/02/08 04:24:53 rocky Exp $ # # Copyright (C) 2003 Rocky Bernstein # @@ -62,6 +62,6 @@ libiso9660_la_SOURCES = \ iso9660_fs.c \ xa.c -libiso9660_la_LDFLAGS = -no-undefined -version-info 0:1:0 +libiso9660_la_LDFLAGS = $(LIBCDIO_LIBS) -no-undefined -version-info 0:1:0 INCLUDES = -I$(LIBCDIO_CFLAGS)