diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-28 23:23:17 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-28 23:23:17 +0800 |
commit | dd3af2804d1ddf339f34d8d0d42b8d0f64282198 (patch) | |
tree | d7148793d39671b964b69751c8573f6c41d5c257 /lib/egg/Makefile.am | |
parent | 71046aadc2a1febb8d35bb5f6764c5d7ae8fad6c (diff) | |
download | gsoc2013-epiphany-dd3af2804d1ddf339f34d8d0d42b8d0f64282198.tar.gz gsoc2013-epiphany-dd3af2804d1ddf339f34d8d0d42b8d0f64282198.tar.zst gsoc2013-epiphany-dd3af2804d1ddf339f34d8d0d42b8d0f64282198.zip |
Rip out the EggSMClient code
The brave new world is to use the session support in GtkApplication.
Diffstat (limited to 'lib/egg/Makefile.am')
-rw-r--r-- | lib/egg/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/egg/Makefile.am b/lib/egg/Makefile.am index c3add0913..a869848c0 100644 --- a/lib/egg/Makefile.am +++ b/lib/egg/Makefile.am @@ -3,15 +3,11 @@ NULL = EGGSOURCES = \ eggtreemultidnd.c \ eggdesktopfile.c \ - eggsmclient.c \ - eggsmclient-xsmp.c \ $(NULL) EGGHEADERS = \ eggtreemultidnd.h \ eggdesktopfile.h \ - eggsmclient.h \ - eggsmclient-private.h \ $(NULL) noinst_HEADERS = \ |