diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-01 06:34:08 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-01 06:34:08 +0800 |
commit | bfc5ba2511dc5fd9f5aa9868946c8860afad81bf (patch) | |
tree | 42c8edf720cd7a80c448da74f080ca1d6b80d56c /plugins/mail-notification/Makefile.am | |
parent | 8dc6bbd250891bcef9130a789c9b74a01be7f1cb (diff) | |
download | gsoc2013-evolution-bfc5ba2511dc5fd9f5aa9868946c8860afad81bf.tar.gz gsoc2013-evolution-bfc5ba2511dc5fd9f5aa9868946c8860afad81bf.tar.zst gsoc2013-evolution-bfc5ba2511dc5fd9f5aa9868946c8860afad81bf.zip |
Fix "make distcheck" errors and other build cleanups.
Diffstat (limited to 'plugins/mail-notification/Makefile.am')
-rw-r--r-- | plugins/mail-notification/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mail-notification/Makefile.am b/plugins/mail-notification/Makefile.am index 2055cce572..62e8f72320 100644 --- a/plugins/mail-notification/Makefile.am +++ b/plugins/mail-notification/Makefile.am @@ -1,11 +1,11 @@ -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/widgets \ $(EVOLUTION_MAIL_CFLAGS) \ $(LIBNOTIFY_CFLAGS) if ENABLE_DBUS -INCLUDES += -DDBUS_API_SUBJECT_TO_CHANGE=1 \ +AM_CPPFLAGS += -DDBUS_API_SUBJECT_TO_CHANGE=1 \ -DFOUND_DBUS_VERSION=$(FOUND_DBUS_VERSION) \ $(NMN_CFLAGS) endif |