[evolution-patches] Makefile fix for #43015
- From: Larry Ewing <lewing ximian com>
- To: patches <evolution-patches ximian com>
- Cc: Radek Doulik <rodo ximian com>
- Subject: [evolution-patches] Makefile fix for #43015
- Date: Thu, 04 Sep 2003 15:42:37 -0500
As recommended by Rodney this fixes the build problem Dan noticed.
--Larry
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gtkhtml/ChangeLog,v
retrieving revision 1.239
diff -u -p -r1.239 ChangeLog
--- ChangeLog 13 Aug 2003 16:44:55 -0000 1.239
+++ ChangeLog 4 Sep 2003 20:41:01 -0000
@@ -1,3 +1,8 @@
+2003-09-04 Larry Ewing <lewing ximian com>
+
+ * Makefile.am: change CLEANFILES to DISTCLEANFILES to fix Ximian
+ #43015.
+
2003-08-13 Mike Kestner <mkestner ximian com>
* configure.in : update for gal-2.2
Index: Makefile.am
===================================================================
RCS file: /cvs/gnome/gtkhtml/Makefile.am,v
retrieving revision 1.28
diff -u -p -r1.28 Makefile.am
--- Makefile.am 29 Apr 2003 18:58:04 -0000 1.28
+++ Makefile.am 4 Sep 2003 20:41:01 -0000
@@ -5,7 +5,7 @@ SUBDIRS = \
art \
po
-CLEANFILES = \
+DISTCLEANFILES = \
po/.intltool-merge-cache \
intltool-extract \
intltool-update \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]