aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/google-account-setup
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-02-27 02:23:33 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2009-02-27 02:23:33 +0800
commit43622cd610f04b6afda86b25645e4a8f62117637 (patch)
tree93df44fcc56ce66e642ee46fe4022a6354e48d04 /plugins/google-account-setup
parent307d428797bd915bd4f91a5cef560ee475da213c (diff)
downloadgsoc2013-evolution-43622cd610f04b6afda86b25645e4a8f62117637.tar
gsoc2013-evolution-43622cd610f04b6afda86b25645e4a8f62117637.tar.gz
gsoc2013-evolution-43622cd610f04b6afda86b25645e4a8f62117637.tar.bz2
gsoc2013-evolution-43622cd610f04b6afda86b25645e4a8f62117637.tar.lz
gsoc2013-evolution-43622cd610f04b6afda86b25645e4a8f62117637.tar.xz
gsoc2013-evolution-43622cd610f04b6afda86b25645e4a8f62117637.tar.zst
gsoc2013-evolution-43622cd610f04b6afda86b25645e4a8f62117637.zip
** Fixes bug #572950
2009-02-26 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #572950 * plugins/caldav/Makefile.am: * plugins/google-account-setup/Makefile.am: * plugins/webdav-account-setup/Makefile.am: Fix ordering of -I compiler directives. Patch by Daniel Macks. * addressbook/printing/Makefile.am: Remove meaningless GNOME_INCLUDEDIR. svn path=/trunk/; revision=37343
Diffstat (limited to 'plugins/google-account-setup')
-rw-r--r--plugins/google-account-setup/ChangeLog7
-rw-r--r--plugins/google-account-setup/Makefile.am6
2 files changed, 10 insertions, 3 deletions
diff --git a/plugins/google-account-setup/ChangeLog b/plugins/google-account-setup/ChangeLog
index 9842a40603..5ac1d69ef3 100644
--- a/plugins/google-account-setup/ChangeLog
+++ b/plugins/google-account-setup/ChangeLog
@@ -1,3 +1,10 @@
+2009-02-26 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes part of bug #572950
+
+ * Makefile.am:
+ Fix ordering of -I compiler directives. Patch by Daniel Macks.
+
2009-02-25 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #559719
diff --git a/plugins/google-account-setup/Makefile.am b/plugins/google-account-setup/Makefile.am
index d1c385b172..0d39004593 100644
--- a/plugins/google-account-setup/Makefile.am
+++ b/plugins/google-account-setup/Makefile.am
@@ -1,9 +1,9 @@
INCLUDES = \
- $(EVOLUTION_CALENDAR_CFLAGS) \
- $(EVOLUTION_ADDRESSBOOK_CFLAGS) \
-I . \
-I$(top_srcdir) \
- -DCALDAV_GLADEDIR=\""$(gladedir)"\"
+ -DCALDAV_GLADEDIR=\""$(gladedir)"\" \
+ $(EVOLUTION_CALENDAR_CFLAGS) \
+ $(EVOLUTION_ADDRESSBOOK_CFLAGS)
@EVO_PLUGIN_RULE@