diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-06-30 01:56:15 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-06-30 01:56:15 +0800 |
commit | 83abb5845e4cc92e3f9a980677c91321f08ec367 (patch) | |
tree | ddce9dedcd321a498eaed42f74e814c41d2dd313 /Makefile.am | |
parent | cd5e079ea927ceff9fc85638b71a5997b8506b5a (diff) | |
download | gsoc2013-evolution-83abb5845e4cc92e3f9a980677c91321f08ec367.tar.gz 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.am | 6 |
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 \ |