aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Torkelsson <torkel@acc.umu.se>2005-02-26 02:02:09 +0800
committerRodney Dawes <dobey@src.gnome.org>2005-02-26 02:02:09 +0800
commit4a971f2e17b8befd5afc11b6f542a25d5dc15c72 (patch)
tree207893e62a1ceaa40d74c200eac23a4cb5f958de
parent1acc4863a3c1a150ffe7f6ebf30ee21204ceceab (diff)
downloadgsoc2013-evolution-4a971f2e17b8befd5afc11b6f542a25d5dc15c72.tar
gsoc2013-evolution-4a971f2e17b8befd5afc11b6f542a25d5dc15c72.tar.gz
gsoc2013-evolution-4a971f2e17b8befd5afc11b6f542a25d5dc15c72.tar.bz2
gsoc2013-evolution-4a971f2e17b8befd5afc11b6f542a25d5dc15c72.tar.lz
gsoc2013-evolution-4a971f2e17b8befd5afc11b6f542a25d5dc15c72.tar.xz
gsoc2013-evolution-4a971f2e17b8befd5afc11b6f542a25d5dc15c72.tar.zst
gsoc2013-evolution-4a971f2e17b8befd5afc11b6f542a25d5dc15c72.zip
remove *.pc and intltool-* files generated by configure when running make
2005-02-23 Björn Torkelsson <torkel@acc.umu.se> * Makefile.am (DISTCLEANFILES): remove *.pc and intltool-* files generated by configure when running make distclean. svn path=/trunk/; revision=28891
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8af1e8e4b9..32a45dc63d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-23 Björn Torkelsson <torkel@acc.umu.se>
+
+ * Makefile.am (DISTCLEANFILES): remove *.pc and intltool-*
+ files generated by configure when running make distclean.
+
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* configure.in: Make mailer depend on libedataserverui.
diff --git a/Makefile.am b/Makefile.am
index 9c3bd3f118..f43709a654 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,6 +51,7 @@ SUBDIRS = \
help \
po
+DISTCLEANFILES = intltool-extract intltool-merge intltool-update $(pkgconfig_DATA)
# CDE Stuff