From 83abb5845e4cc92e3f9a980677c91321f08ec367 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 29 Jun 2010 13:56:15 -0400 Subject: Clean up pkg-config files during distclean. --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.am b/Makefile.am index d88225b09c..b72979f64d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,8 +85,14 @@ SUBDIRS = \ sounds \ $(HELP_SUBDIR) +if ENABLE_GTK3 +DISTCLEANFILES = \ + $(builddir)/iconv-detect.h \ + $(pkgconfig_in_files) +else DISTCLEANFILES = \ $(builddir)/iconv-detect.h +endif MAINTAINERCLEANFILES = \ $(srcdir)/INSTALL \ -- cgit v1.2.3