aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-08 08:37:43 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-08 08:37:43 +0800
commit5c866713c795795ef46cc90ed95ed7de98152971 (patch)
treee2572bde0adb2e23d35c6ad3390eb7f9e4ce8965 /shell/Makefile.am
parent6c808496279d6c0e0f8d96fc7491b655f4a679cf (diff)
downloadgsoc2013-evolution-5c866713c795795ef46cc90ed95ed7de98152971.tar
gsoc2013-evolution-5c866713c795795ef46cc90ed95ed7de98152971.tar.gz
gsoc2013-evolution-5c866713c795795ef46cc90ed95ed7de98152971.tar.bz2
gsoc2013-evolution-5c866713c795795ef46cc90ed95ed7de98152971.tar.lz
gsoc2013-evolution-5c866713c795795ef46cc90ed95ed7de98152971.tar.xz
gsoc2013-evolution-5c866713c795795ef46cc90ed95ed7de98152971.tar.zst
gsoc2013-evolution-5c866713c795795ef46cc90ed95ed7de98152971.zip
Remove ESEvent.
Nudging EPlugin closer to full removal. Nothing in Evolution uses this anymore and 3rd-party plugins should be using EShell's "event::ready-to-start" signal or else GApplication's "startup" signal.
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index a39558b153..7d42a68112 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -35,7 +35,7 @@ evolution_shell_include_HEADERS = \
e-shell-view.h \
e-shell-window.h \
e-shell-window-actions.h \
- es-event.h
+ $(NULL)
libevolution_shell_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
@@ -83,7 +83,7 @@ libevolution_shell_la_SOURCES = \
e-shell-migrate.h \
e-shell-window-actions.c \
evo-version.h \
- es-event.c
+ $(NULL)
libevolution_shell_la_LDFLAGS = -avoid-version $(NO_UNDEFINED)