summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1885be4..0674577 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-23 Manish Singh <yosh@gimp.org>
+
+ * Makefile.am: remove trailing backslash from last line of
+ DISTCLEANFILES.
+
2004-01-23 Padraig O'Briain <padraig.obriain@sun.com>
* atk-uninstalled.pc.in: Correct library name. Fixes bug #132283,
diff --git a/Makefile.am b/Makefile.am
index 8f1b9b4..25873fc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,8 +14,8 @@ pkgconfig_DATA = atk.pc
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
-DISTCLEANFILES = \
+DISTCLEANFILES = \
atk-uninstalled.pc \
atk.pc \
atk.pc.spec \
- atk-zip.sh \
+ atk-zip.sh