From e4cce33bf06f418ef1f3cfd876273ed375c5a886 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Sun, 28 Oct 2007 19:14:21 +0000 Subject: [PATCH] Fixed build system wrt pc-in files --- libburn/branches/ZeroFourZero/Makefile.am | 2 +- libburn/trunk/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libburn/branches/ZeroFourZero/Makefile.am b/libburn/branches/ZeroFourZero/Makefile.am index 620571da..2e85d639 100644 --- a/libburn/branches/ZeroFourZero/Makefile.am +++ b/libburn/branches/ZeroFourZero/Makefile.am @@ -169,7 +169,7 @@ nodist_pkgconfig_DATA = \ 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/trunk/Makefile.am b/libburn/trunk/Makefile.am index 0a8ddad2..7af04ae2 100644 --- a/libburn/trunk/Makefile.am +++ b/libburn/trunk/Makefile.am @@ -169,7 +169,7 @@ nodist_pkgconfig_DATA = \ man_MANS = cdrskin/cdrskin.1 EXTRA_DIST = \ - libburn-5.pc.in \ + libburn-1.pc.in \ version.h.in \ doc/comments \ doc/doxygen.conf.in \