From 4c92ab4dee149317727306bb42ad08721c00b674 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Fri, 10 Aug 2007 11:41:18 +0000 Subject: [PATCH] Fixed build system of libburn and libisofs in respect to .pc files --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2fa2b91..7715223 100644 --- a/Makefile.am +++ b/Makefile.am @@ -163,13 +163,13 @@ indent: $(indent_files) # Extra things nodist_pkgconfig_DATA = \ - libburn-1.pc + libburn-5.pc # http://www.nada.kth.se/cgi-bin/info?(automake.info)Man%20pages man_MANS = cdrskin/cdrskin.1 EXTRA_DIST = \ - libburn-1.pc.in \ + libburn-5.pc.in \ version.h.in \ doc/comments \ doc/doxygen.conf.in \