diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-19 00:07:19 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-19 00:34:47 +0800 |
commit | acb28fef9de532b4f1a62f1d2ca90e744eaf85c4 (patch) | |
tree | c37398b00bd1829d9de7f0700f64d9dcef747f4e /plugins/mail-notification/Makefile.am | |
parent | 461f022eb7fae7147845797c0544304ae35c7e8b (diff) | |
download | gsoc2013-evolution-acb28fef9de532b4f1a62f1d2ca90e744eaf85c4.tar.gz gsoc2013-evolution-acb28fef9de532b4f1a62f1d2ca90e744eaf85c4.tar.zst gsoc2013-evolution-acb28fef9de532b4f1a62f1d2ca90e744eaf85c4.zip |
Goodbye libgnome and libgnomeui!!
Diffstat (limited to 'plugins/mail-notification/Makefile.am')
-rw-r--r-- | plugins/mail-notification/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mail-notification/Makefile.am b/plugins/mail-notification/Makefile.am index 7b74ea6ffa..9ee65c25e0 100644 --- a/plugins/mail-notification/Makefile.am +++ b/plugins/mail-notification/Makefile.am @@ -8,6 +8,7 @@ endif AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/widgets \ + $(GNOME_PLATFORM_CFLAGS) \ $(EVOLUTION_MAIL_CFLAGS) \ $(DBUS_GLIB_CFLAGS) \ $(LIBNOTIFY_CFLAGS) \ |