From a28e699d9b1d64d410734f2cd3d1fd08239c81d1 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 586983b..c546589 100644 --- a/Makefile.am +++ b/Makefile.am @@ -138,10 +138,10 @@ indent: $(indent_files) # Extra things nodist_pkgconfig_DATA = \ - libisofs-1.pc + libisofs-5.pc EXTRA_DIST = \ - libisofs-1.pc.in \ + libisofs-5.pc.in \ version.h.in \ doc/comments \ doc/doxygen.conf.in \