From c802a141c16d7897874fce82644c8b8bf7b615e2 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 1 Feb 2008 10:16:51 +0000 Subject: [PATCH] Renamed libburn-5.pc to libburn-1.pc --- libburn/branches/ZeroFourTwo/Makefile.am | 4 ++-- libburn/branches/ZeroFourTwo/configure.ac | 2 +- .../branches/ZeroFourTwo/{libburn-5.pc.in => libburn-1.pc.in} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename libburn/branches/ZeroFourTwo/{libburn-5.pc.in => libburn-1.pc.in} (100%) diff --git a/libburn/branches/ZeroFourTwo/Makefile.am b/libburn/branches/ZeroFourTwo/Makefile.am index cd86caa5..b6d1a8f6 100644 --- a/libburn/branches/ZeroFourTwo/Makefile.am +++ b/libburn/branches/ZeroFourTwo/Makefile.am @@ -167,13 +167,13 @@ indent: $(indent_files) # Extra things nodist_pkgconfig_DATA = \ - libburn-5.pc + libburn-1.pc # http://www.nada.kth.se/cgi-bin/info?(automake.info)Man%20pages man_MANS = cdrskin/cdrskin.1 EXTRA_DIST = \ - libburn-5.pc.in \ + libburn-1.pc.in \ version.h.in \ doc/comments \ doc/doxygen.conf.in \ diff --git a/libburn/branches/ZeroFourTwo/configure.ac b/libburn/branches/ZeroFourTwo/configure.ac index 5cd9b40e..6c61e462 100644 --- a/libburn/branches/ZeroFourTwo/configure.ac +++ b/libburn/branches/ZeroFourTwo/configure.ac @@ -160,6 +160,6 @@ AC_CONFIG_FILES([ Makefile doc/doxygen.conf version.h - libburn-5.pc + libburn-1.pc ]) AC_OUTPUT diff --git a/libburn/branches/ZeroFourTwo/libburn-5.pc.in b/libburn/branches/ZeroFourTwo/libburn-1.pc.in similarity index 100% rename from libburn/branches/ZeroFourTwo/libburn-5.pc.in rename to libburn/branches/ZeroFourTwo/libburn-1.pc.in