diff options
author | Gustavo Noronha Silva <gns@src.gnome.org> | 2009-03-05 07:59:35 +0800 |
---|---|---|
committer | Gustavo Noronha Silva <gns@src.gnome.org> | 2009-03-05 07:59:35 +0800 |
commit | 42a654901e1cdc2abf20feff9eb1d7128246d6a1 (patch) | |
tree | fce1285f78c056de771bc4420ad040c8ec440720 /embed/Makefile.am | |
parent | 8f403c6207687e3ecdec6a40bbe16e02a6815bc1 (diff) | |
download | gsoc2013-epiphany-42a654901e1cdc2abf20feff9eb1d7128246d6a1.tar gsoc2013-epiphany-42a654901e1cdc2abf20feff9eb1d7128246d6a1.tar.gz gsoc2013-epiphany-42a654901e1cdc2abf20feff9eb1d7128246d6a1.tar.bz2 gsoc2013-epiphany-42a654901e1cdc2abf20feff9eb1d7128246d6a1.tar.lz gsoc2013-epiphany-42a654901e1cdc2abf20feff9eb1d7128246d6a1.tar.xz gsoc2013-epiphany-42a654901e1cdc2abf20feff9eb1d7128246d6a1.tar.zst gsoc2013-epiphany-42a654901e1cdc2abf20feff9eb1d7128246d6a1.zip |
Basic download functionality for ephy/webkit. This update also removes
the EphyDownload wrapper, which should be no longer needed with the
advent of WebKitDownload.
http://bugzilla.gnome.org/show_bug.cgi?id=570735
svn path=/trunk/; revision=8848
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 e0c8b516f..03b33333d 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -11,7 +11,6 @@ header_DATA = \ NOINST_H_FILES = \ downloader-view.h \ - ephy-download.h \ ephy-embed-dialog.h \ ephy-encodings.h \ ephy-favicon-cache.h @@ -44,7 +43,6 @@ libephyembed_la_SOURCES = \ ephy-base-embed.c \ downloader-view.c \ ephy-command-manager.c \ - ephy-download.c \ ephy-embed.c \ ephy-embed-container.c \ ephy-embed-dialog.c \ |