aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-10-16 21:04:21 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-10-16 21:38:21 +0800
commit4afc8d39bf9371d4e76eae54e5b8d825366476b7 (patch)
tree907e81320fc8161caec2b9732f6d2763bc735925 /shell/Makefile.am
parenta902cc15ed320d304de306a0f63db127d41e3e18 (diff)
downloadgsoc2013-evolution-4afc8d39bf9371d4e76eae54e5b8d825366476b7.tar
gsoc2013-evolution-4afc8d39bf9371d4e76eae54e5b8d825366476b7.tar.gz
gsoc2013-evolution-4afc8d39bf9371d4e76eae54e5b8d825366476b7.tar.bz2
gsoc2013-evolution-4afc8d39bf9371d4e76eae54e5b8d825366476b7.tar.lz
gsoc2013-evolution-4afc8d39bf9371d4e76eae54e5b8d825366476b7.tar.xz
gsoc2013-evolution-4afc8d39bf9371d4e76eae54e5b8d825366476b7.tar.zst
gsoc2013-evolution-4afc8d39bf9371d4e76eae54e5b8d825366476b7.zip
Bug 676141 - Use GtkApplication for session management
As of GTK+ 3.4, GtkApplication now provides session management support similar to EggSMClient. So drop our copy of EggSMClient.
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 32f33ee919..8e21c7eca2 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -93,7 +93,6 @@ libeshell_la_LDFLAGS = -avoid-version $(NO_UNDEFINED)
libeshell_la_LIBADD = \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/filter/libfilter.la \
- $(top_builddir)/smclient/libeggsmclient.la \
$(top_builddir)/widgets/misc/libemiscwidgets.la \
$(top_builddir)/widgets/menus/libmenus.la \
$(top_builddir)/libemail-utils/libemail-utils.la \