[evolution-patches] Evolution 1.2 shell/Makefile.am fixup [bug 17950]
- From: Rodney Dawes <dobey ximian com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] Evolution 1.2 shell/Makefile.am fixup [bug 17950]
- Date: 16 Apr 2003 15:55:02 -0400
shell/Makefile.am in evolution-1-2-branch has a useless -O in INCLUDES.
This patch fixes it.
-- dobey
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/shell/ChangeLog,v
retrieving revision 1.1060.2.10
diff -u -r1.1060.2.10 ChangeLog
--- ChangeLog 4 Mar 2003 22:11:36 -0000 1.1060.2.10
+++ ChangeLog 16 Apr 2003 19:53:12 -0000
@@ -1,3 +1,7 @@
+2003-04-16 Rodney Dawes <dobey ximian com>
+
+ * Makefile.am: Fix misplaced -O in INCLUDES
+
2003-03-04 Rodney Dawes <dobey ximian com>
* shell/Evolution-Offline.idl:
Index: Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/shell/Makefile.am,v
retrieving revision 1.127.4.1
diff -u -r1.127.4.1 Makefile.am
--- Makefile.am 26 Nov 2002 21:44:22 -0000 1.127.4.1
+++ Makefile.am 16 Apr 2003 19:53:12 -0000
@@ -1,6 +1,6 @@
SUBDIRS = glade importer
-INCLUDES = -O \
+INCLUDES = \
-I$(top_srcdir)/widgets \
-I$(top_srcdir)/widgets/misc \
-I$(top_srcdir)/libical/src/libical \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]