diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-12-31 21:40:46 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-12-31 21:40:46 +0800 |
commit | e832fe15f66ebacd3e624bc93c7ef8111f061829 (patch) | |
tree | 218369f9a4525decb6cd603b2b2d3caec8fd2baa /embed/mozilla/Makefile.am | |
parent | 1a020228feaff5cb89eae4ffa212ad94277fada2 (diff) | |
download | gsoc2013-epiphany-e832fe15f66ebacd3e624bc93c7ef8111f061829.tar gsoc2013-epiphany-e832fe15f66ebacd3e624bc93c7ef8111f061829.tar.gz gsoc2013-epiphany-e832fe15f66ebacd3e624bc93c7ef8111f061829.tar.bz2 gsoc2013-epiphany-e832fe15f66ebacd3e624bc93c7ef8111f061829.tar.lz gsoc2013-epiphany-e832fe15f66ebacd3e624bc93c7ef8111f061829.tar.xz gsoc2013-epiphany-e832fe15f66ebacd3e624bc93c7ef8111f061829.tar.zst gsoc2013-epiphany-e832fe15f66ebacd3e624bc93c7ef8111f061829.zip |
R data/conspiracy.xhtml: R data/epiphany.html: R
2004-12-31 Christian Persch <chpe@cvs.gnome.org>
* data/Makefile.am:
R data/conspiracy.xhtml:
R data/epiphany.html:
R embed/mozilla/EphyAboutRedirector.cpp:
R embed/mozilla/EphyAboutRedirector.h:
* embed/mozilla/Makefile.am:
* embed/mozilla/MozRegisterComponents.cpp:
Remove about: redirections.
Diffstat (limited to 'embed/mozilla/Makefile.am')
-rw-r--r-- | embed/mozilla/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/mozilla/Makefile.am b/embed/mozilla/Makefile.am index db227c1e2..5c4b96ed1 100644 --- a/embed/mozilla/Makefile.am +++ b/embed/mozilla/Makefile.am @@ -3,8 +3,6 @@ noinst_LTLIBRARIES = libephymozillaembed.la libephymozillaembed_la_SOURCES = \ ContentHandler.cpp \ ContentHandler.h \ - EphyAboutRedirector.cpp \ - EphyAboutRedirector.h \ EphyContentPolicy.cpp \ EphyContentPolicy.h \ EphyHeaderSniffer.cpp \ |