Patches from Steve Schultz to handle libiconv inclusion on BSDI (and
possibly other BSD's)
This commit is contained in:
@@ -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>
|
# Copyright (C) 2003, 2004, 2005, 2006 Rocky Bernstein <rocky@panix.com>
|
||||||
#
|
#
|
||||||
@@ -98,6 +98,7 @@ libcdio_sources = \
|
|||||||
util.c
|
util.c
|
||||||
|
|
||||||
lib_LTLIBRARIES = libcdio.la
|
lib_LTLIBRARIES = libcdio.la
|
||||||
|
libcdio_la_LIBADD = @LIBICONV@
|
||||||
|
|
||||||
libcdio_la_SOURCES = $(libcdio_sources)
|
libcdio_la_SOURCES = $(libcdio_sources)
|
||||||
libcdio_la_ldflags = -version-info $(libcdio_la_CURRENT):$(libcdio_la_REVISION):$(libcdio_la_AGE)
|
libcdio_la_ldflags = -version-info $(libcdio_la_CURRENT):$(libcdio_la_REVISION):$(libcdio_la_AGE)
|
||||||
|
|||||||
@@ -7,5 +7,5 @@ Name: @PACKAGE_NAME@
|
|||||||
Description: Portable CD-ROM I/O library
|
Description: Portable CD-ROM I/O library
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
#Requires: glib-2.0
|
#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}
|
Cflags: -I${includedir}
|
||||||
|
|||||||
Reference in New Issue
Block a user