Patches from Steve Schultz to handle libiconv inclusion on BSDI (and

possibly other BSD's)
This commit is contained in:
rocky
2006-08-20 23:50:16 +00:00
parent bb7a5244e5
commit 9cd49d2bd8
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# $Id: Makefile.am,v 1.16 2006/06/02 21:54:21 gmerlin Exp $
# $Id: Makefile.am,v 1.17 2006/08/20 23:50:16 rocky Exp $
#
# Copyright (C) 2003, 2004, 2005, 2006 Rocky Bernstein <rocky@panix.com>
#
@@ -98,6 +98,7 @@ libcdio_sources = \
util.c
lib_LTLIBRARIES = libcdio.la
libcdio_la_LIBADD = @LIBICONV@
libcdio_la_SOURCES = $(libcdio_sources)
libcdio_la_ldflags = -version-info $(libcdio_la_CURRENT):$(libcdio_la_REVISION):$(libcdio_la_AGE)

View File

@@ -7,5 +7,5 @@ Name: @PACKAGE_NAME@
Description: Portable CD-ROM I/O library
Version: @PACKAGE_VERSION@
#Requires: glib-2.0
Libs: -L${libdir} -lcdio @LIBS@ @DARWIN_PKG_LIB_HACK@
Libs: -L${libdir} -lcdio @LIBS@ @LIBICONV@ @DARWIN_PKG_LIB_HACK@
Cflags: -I${includedir}