libcdio_cdda.pc.in: had wrong cdda_interface library

Rename paranoia routines to cdio-specific names so both libraries can
coexist.  And I think it makes debugging a little easier if not
clearer.
This commit is contained in:
rocky
2005-01-25 11:04:45 +00:00
parent b29210bd3f
commit 266cb9a65d
9 changed files with 92 additions and 63 deletions

View File

@@ -19,7 +19,7 @@ define(RELEASE_NUM, 72)
define(CDIO_VERSION_STR, 0.$1cvs)
AC_PREREQ(2.52)
AC_REVISION([$Id: configure.ac,v 1.129 2005/01/25 02:00:19 rocky Exp $])dnl
AC_REVISION([$Id: configure.ac,v 1.130 2005/01/25 11:04:45 rocky Exp $])dnl
AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM))
AC_CONFIG_SRCDIR(src/cd-info.c)
AM_INIT_AUTOMAKE
@@ -527,12 +527,12 @@ AC_CONFIG_FILES([ \
lib/driver/Makefile \
lib/iso9660/Makefile \
lib/paranoia/Makefile \
libcdio.pc \
libcdio_cdda.pc \
libcdio_paranoia.pc \
libiso9660.pc \
package/libcdio-suse.spec \
package/libcdio.pc \
package/libcdio.spec \
package/libcdio_cdda.pc \
package/libcdio_paranoia.pc \
package/libiso9660.pc \
src/cd-paranoia/Makefile \
src/cd-paranoia/usage.txt \
src/cd-paranoia/doc/cd-paranoia.1 \