aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2007-12-24 06:58:50 +0800
committerChristian Persch <chpe@src.gnome.org>2007-12-24 06:58:50 +0800
commita8dc9d8db013e0ecd2ed4ac310f6a1e7478116e3 (patch)
tree7bf6ff6577cf632e862d5dbd7ec1ec905c8f6e2c
parent65b3580c827a17a02357fee824d54ae67a200dd6 (diff)
downloadgsoc2013-epiphany-a8dc9d8db013e0ecd2ed4ac310f6a1e7478116e3.tar
gsoc2013-epiphany-a8dc9d8db013e0ecd2ed4ac310f6a1e7478116e3.tar.gz
gsoc2013-epiphany-a8dc9d8db013e0ecd2ed4ac310f6a1e7478116e3.tar.bz2
gsoc2013-epiphany-a8dc9d8db013e0ecd2ed4ac310f6a1e7478116e3.tar.lz
gsoc2013-epiphany-a8dc9d8db013e0ecd2ed4ac310f6a1e7478116e3.tar.xz
gsoc2013-epiphany-a8dc9d8db013e0ecd2ed4ac310f6a1e7478116e3.tar.zst
gsoc2013-epiphany-a8dc9d8db013e0ecd2ed4ac310f6a1e7478116e3.zip
Xr 1.9 fixes. Bug #503657.
svn path=/trunk/; revision=7811
-rw-r--r--embed/mozilla/Makefile.am10
1 files changed, 8 insertions, 2 deletions
diff --git a/embed/mozilla/Makefile.am b/embed/mozilla/Makefile.am
index 9810de2f1..fe12e84dd 100644
--- a/embed/mozilla/Makefile.am
+++ b/embed/mozilla/Makefile.am
@@ -9,8 +9,6 @@ libephymozillaembed_la_SOURCES = \
ContentHandler.h \
EphyAboutModule.cpp \
EphyAboutModule.h \
- EphyBadCertRejector.cpp \
- EphyBadCertRejector.h \
EphyContentPolicy.cpp \
EphyContentPolicy.h \
EphyDirectoryProvider.cpp \
@@ -64,6 +62,13 @@ libephymozillaembed_la_SOURCES = \
mozilla-notifiers.cpp \
mozilla-notifiers.h
+if !HAVE_GECKO_1_9
+libephymozillaembed_la_SOURCES += \
+ EphyBadCertRejector.cpp \
+ EphyBadCertRejector.h \
+ $(NULL)
+endif
+
if ENABLE_FILEPICKER
libephymozillaembed_la_SOURCES += \
FilePicker.cpp \
@@ -122,6 +127,7 @@ mozilla_include_subdirs = \
pipnss \
pref \
shistory \
+ string \
sidebar \
spellchecker \
uriloader \