Distribute pkg-config files. Add iso9600.hpp to distribution.

This commit is contained in:
rocky
2006-03-06 22:34:13 +00:00
parent 789f24066b
commit 6ed9b4a5ff
5 changed files with 31 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# $Id: Makefile.am,v 1.37 2006/01/08 21:44:14 rocky Exp $
# $Id: Makefile.am,v 1.38 2006/03/06 22:34:13 rocky Exp $
#
# Copyright (C) 2003, 2004, 2006 Rocky Bernstein <rocky@panix.com>
#
@@ -29,9 +29,11 @@ EXTRA_DIST =
THANKS \
example/README \
libcdio.pc.in libcdio.pc \
libcdio++.pc.in libcdio++.pc \
libcdio_cdda.pc \
libcdio_cdda.pc.in \
libiso9660.pc.in libiso9660.pc \
libiso9660++.pc.in libiso9660++.pc \
package/libcdio.spec \
package/libcdio.spec.in

View File

@@ -19,7 +19,7 @@ define(RELEASE_NUM, 77)
define(CDIO_VERSION_STR, 0.$1cvs)
AC_PREREQ(2.52)
AC_REVISION([$Id: configure.ac,v 1.186 2006/03/06 01:34:22 rocky Exp $])dnl
AC_REVISION([$Id: configure.ac,v 1.187 2006/03/06 22:34:13 rocky Exp $])dnl
AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM))
AC_CONFIG_SRCDIR(src/cd-info.c)
@@ -655,9 +655,11 @@ AC_CONFIG_FILES([ \
lib/paranoia/Makefile \
lib/udf/Makefile \
libcdio.pc \
libcdio++.pc \
libcdio_cdda.pc \
libcdio_paranoia.pc \
libiso9660.pc \
libiso9660++.pc \
libudf.pc \
package/libcdio.spec \
src/cd-paranoia/Makefile \

View File

@@ -1,4 +1,4 @@
# $Id: Makefile.am,v 1.3 2005/11/29 03:56:26 rocky Exp $
# $Id: Makefile.am,v 1.4 2006/03/06 22:34:13 rocky Exp $
#
# Copyright (C) 2005 Rocky Bernstein <rocky@panix.com>
#
@@ -29,6 +29,7 @@ libcdioinclude_HEADERS = \
devices.hpp \
disc.hpp \
enum.hpp \
iso9660.hpp \
mmc.hpp \
read.hpp \
track.hpp

11
libcdio++.pc.in Normal file
View File

@@ -0,0 +1,11 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: @PACKAGE_NAME@++
Description: C++ OO Portable CD-ROM I/O library
Version: @PACKAGE_VERSION@
#Requires: glib-2.0
Libs: -L${libdir} -lcdio++ -lcdio @LIBS@ @DARWIN_PKG_LIB_HACK@
Cflags: -I${includedir}

12
libiso9660++.pc.in Normal file
View File

@@ -0,0 +1,12 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
libiconv=@LIBICONV@
Name: libiso9660++
Description: C++ OO ISO-9660 library of libcdio
Version: @PACKAGE_VERSION@
Requires: libcdio
Libs: -L${libdir} -liso9660++ -lcdio++ -liso9660 @LIBICONV@ -lcdio
Cflags: -I${includedir}