diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2005-10-25 16:04:53 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-10-25 16:04:53 +0800 |
commit | 21dc2e013cda953ab60a330f7aec4bde874f4523 (patch) | |
tree | b9fb96e9d077db42be74e15f37f6287b948248be /Makefile.am | |
parent | d475859045e2808ba65a1d78a376783674d26e47 (diff) | |
download | gsoc2013-evolution-21dc2e013cda953ab60a330f7aec4bde874f4523.tar.gz gsoc2013-evolution-21dc2e013cda953ab60a330f7aec4bde874f4523.tar.zst gsoc2013-evolution-21dc2e013cda953ab60a330f7aec4bde874f4523.zip |
Distclean should remove the header, not iconv-detect.c
2005-10-25 Harish Krishnaswamy <kharish@novell.com>
* Makefile.am: Distclean should remove the header,
not iconv-detect.c
svn path=/trunk/; revision=30562
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6d172a22a5..3ef7af2c49 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,7 +53,7 @@ SUBDIRS = \ help \ po -DISTCLEANFILES = intltool-extract intltool-merge intltool-update iconv-detect.c $(pkgconfig_DATA) +DISTCLEANFILES = intltool-extract intltool-merge intltool-update iconv-detect.h $(pkgconfig_DATA) # CDE Stuff |