aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-06-30 01:56:15 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-06-30 01:56:15 +0800
commit83abb5845e4cc92e3f9a980677c91321f08ec367 (patch)
treeddce9dedcd321a498eaed42f74e814c41d2dd313 /Makefile.am
parentcd5e079ea927ceff9fc85638b71a5997b8506b5a (diff)
downloadgsoc2013-evolution-83abb5845e4cc92e3f9a980677c91321f08ec367.tar
gsoc2013-evolution-83abb5845e4cc92e3f9a980677c91321f08ec367.tar.gz
gsoc2013-evolution-83abb5845e4cc92e3f9a980677c91321f08ec367.tar.bz2
gsoc2013-evolution-83abb5845e4cc92e3f9a980677c91321f08ec367.tar.lz
gsoc2013-evolution-83abb5845e4cc92e3f9a980677c91321f08ec367.tar.xz
gsoc2013-evolution-83abb5845e4cc92e3f9a980677c91321f08ec367.tar.zst
gsoc2013-evolution-83abb5845e4cc92e3f9a980677c91321f08ec367.zip
Clean up pkg-config files during distclean.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
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 \