diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-08-08 04:36:38 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-08-08 04:36:38 +0800 |
commit | abe6943d42403279998b63725b8bbc9fb7cd1a96 (patch) | |
tree | ba2b963f56263feee5deaebc3d39fdbb02a45441 | |
parent | 8d06d6b92055262afa4585fc1d5545bce48398f7 (diff) | |
download | gsoc2013-epiphany-abe6943d42403279998b63725b8bbc9fb7cd1a96.tar gsoc2013-epiphany-abe6943d42403279998b63725b8bbc9fb7cd1a96.tar.gz gsoc2013-epiphany-abe6943d42403279998b63725b8bbc9fb7cd1a96.tar.bz2 gsoc2013-epiphany-abe6943d42403279998b63725b8bbc9fb7cd1a96.tar.lz gsoc2013-epiphany-abe6943d42403279998b63725b8bbc9fb7cd1a96.tar.xz gsoc2013-epiphany-abe6943d42403279998b63725b8bbc9fb7cd1a96.tar.zst gsoc2013-epiphany-abe6943d42403279998b63725b8bbc9fb7cd1a96.zip |
Fix the build.
2006-08-07 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/Makefile.am:
Fix the build.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/mozilla/Makefile.am | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,11 @@ 2006-08-07 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/Makefile.am: + + Fix the build. + +2006-08-07 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-tab.c: Correctly mark mouse click events as consumed. diff --git a/embed/mozilla/Makefile.am b/embed/mozilla/Makefile.am index f072aea93..418c7c702 100644 --- a/embed/mozilla/Makefile.am +++ b/embed/mozilla/Makefile.am @@ -45,8 +45,6 @@ libephymozillaembed_la_SOURCES = \ GlobalHistory.h \ MozDownload.cpp \ MozDownload.h \ - MozillaPrivate.cpp \ - MozillaPrivate.h \ MozRegisterComponents.cpp \ MozRegisterComponents.h \ mozilla-download.cpp \ |