diff options
author | Xan Lopez <xan@gnome.org> | 2009-06-05 23:49:22 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-06-05 23:49:22 +0800 |
commit | 7792ee06ab725d997a2f288357cbe658525a120a (patch) | |
tree | d2754a1b938aa4637ef4291e0131b9fd6f300c36 /embed/Makefile.am | |
parent | b8fa1b0cc55b60a0363a0cbe82e01e0d55e36e63 (diff) | |
download | gsoc2013-epiphany-7792ee06ab725d997a2f288357cbe658525a120a.tar.gz gsoc2013-epiphany-7792ee06ab725d997a2f288357cbe658525a120a.tar.zst gsoc2013-epiphany-7792ee06ab725d997a2f288357cbe658525a120a.zip |
Kill EphyBaseEmbed, move the small widget logic it had to EphyEmbed.
Diffstat (limited to 'embed/Makefile.am')
-rw-r--r-- | embed/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am index ebbdd26df..03281c2a3 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -18,7 +18,6 @@ NOINST_H_FILES = \ INST_H_FILES = \ ephy-adblock.h \ ephy-adblock-manager.h \ - ephy-base-embed.h \ ephy-command-manager.h \ ephy-embed.h \ ephy-embed-container.h \ @@ -42,7 +41,6 @@ BUILT_SOURCES = \ libephyembed_la_SOURCES = \ ephy-adblock.c \ ephy-adblock-manager.c \ - ephy-base-embed.c \ downloader-view.c \ ephy-command-manager.c \ ephy-embed.c \ |