diff options
author | Xan Lopez <xan@igalia.com> | 2011-12-15 01:01:14 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2011-12-15 01:01:14 +0800 |
commit | 3295288a7292a74d14c6a5a20e41e2afe010f34e (patch) | |
tree | b508743f41c1fe93f8997b295d1fa21df2ab3118 /lib/egg/Makefile.am | |
parent | 2db47fb32732e9613e5338d8c165ed5f771e819a (diff) | |
download | gsoc2013-epiphany-3295288a7292a74d14c6a5a20e41e2afe010f34e.tar gsoc2013-epiphany-3295288a7292a74d14c6a5a20e41e2afe010f34e.tar.gz gsoc2013-epiphany-3295288a7292a74d14c6a5a20e41e2afe010f34e.tar.bz2 gsoc2013-epiphany-3295288a7292a74d14c6a5a20e41e2afe010f34e.tar.lz gsoc2013-epiphany-3295288a7292a74d14c6a5a20e41e2afe010f34e.tar.xz gsoc2013-epiphany-3295288a7292a74d14c6a5a20e41e2afe010f34e.tar.zst gsoc2013-epiphany-3295288a7292a74d14c6a5a20e41e2afe010f34e.zip |
Remove last traces of the EggToolbar code
Diffstat (limited to 'lib/egg/Makefile.am')
-rw-r--r-- | lib/egg/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/egg/Makefile.am b/lib/egg/Makefile.am index c49fb17d9..c3add0913 100644 --- a/lib/egg/Makefile.am +++ b/lib/egg/Makefile.am @@ -5,9 +5,6 @@ EGGSOURCES = \ eggdesktopfile.c \ eggsmclient.c \ eggsmclient-xsmp.c \ - egg-editable-toolbar.c \ - egg-toolbars-model.c \ - egg-toolbar-editor.c \ $(NULL) EGGHEADERS = \ @@ -15,9 +12,6 @@ EGGHEADERS = \ eggdesktopfile.h \ eggsmclient.h \ eggsmclient-private.h \ - egg-editable-toolbar.h \ - egg-toolbars-model.h \ - egg-toolbar-editor.h \ $(NULL) noinst_HEADERS = \ |