diff options
author | Milan Crha <mcrha@redhat.com> | 2010-07-28 22:21:40 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-07-28 22:21:40 +0800 |
commit | 6158bcecd722a9e8b23dd2d3bcfc148e37d5c039 (patch) | |
tree | 93e617d831c9f2b41987cd895863c1f86196f3e9 /plugins/mail-notification/Makefile.am | |
parent | dd2c7ddfba1e556e2bb8f7b233a3b59bf18bcff9 (diff) | |
download | gsoc2013-evolution-6158bcecd722a9e8b23dd2d3bcfc148e37d5c039.tar.gz gsoc2013-evolution-6158bcecd722a9e8b23dd2d3bcfc148e37d5c039.tar.zst gsoc2013-evolution-6158bcecd722a9e8b23dd2d3bcfc148e37d5c039.zip |
Bug #622912 - Migrate from dbus-glib to glib's GDBus
Diffstat (limited to 'plugins/mail-notification/Makefile.am')
-rw-r--r-- | plugins/mail-notification/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/mail-notification/Makefile.am b/plugins/mail-notification/Makefile.am index e70dca5e83..ed916e64ec 100644 --- a/plugins/mail-notification/Makefile.am +++ b/plugins/mail-notification/Makefile.am @@ -17,7 +17,6 @@ liborg_gnome_mail_notification_la_CPPFLAGS = \ -I$(top_srcdir)/widgets \ $(GNOME_PLATFORM_CFLAGS) \ $(EVOLUTION_MAIL_CFLAGS) \ - $(DBUS_GLIB_CFLAGS) \ $(LIBNOTIFY_CFLAGS) \ $(CANBERRA_CFLAGS) @@ -26,7 +25,6 @@ liborg_gnome_mail_notification_la_SOURCES = mail-notification.c liborg_gnome_mail_notification_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) liborg_gnome_mail_notification_la_LIBADD = \ - $(DBUS_GLIB_LIBS) \ $(CANBERRA_LIBS) \ $(LIBNOTIFY_LIBS) \ $(top_builddir)/e-util/libeutil.la \ |