diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-11-15 00:04:44 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-11-15 00:04:44 +0800 |
commit | 2c88315e6e2546470485400058ad20b7e115d93c (patch) | |
tree | 696e510bdf3a9f4df0500fa85ece53b14668069c /embed/mozilla/Makefile.am | |
parent | 8d62a2a659d2c31b28b1ae7df7d3185a3e11d4bc (diff) | |
download | gsoc2013-epiphany-2c88315e6e2546470485400058ad20b7e115d93c.tar gsoc2013-epiphany-2c88315e6e2546470485400058ad20b7e115d93c.tar.gz gsoc2013-epiphany-2c88315e6e2546470485400058ad20b7e115d93c.tar.bz2 gsoc2013-epiphany-2c88315e6e2546470485400058ad20b7e115d93c.tar.lz gsoc2013-epiphany-2c88315e6e2546470485400058ad20b7e115d93c.tar.xz gsoc2013-epiphany-2c88315e6e2546470485400058ad20b7e115d93c.tar.zst gsoc2013-epiphany-2c88315e6e2546470485400058ad20b7e115d93c.zip |
Check favicon urls with script sec manager and content policy.
2004-11-14 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EphyBrowser.h:
* embed/mozilla/Makefile.am:
Check favicon urls with script sec manager and content policy.
Diffstat (limited to 'embed/mozilla/Makefile.am')
-rw-r--r-- | embed/mozilla/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/mozilla/Makefile.am b/embed/mozilla/Makefile.am index 58ca89e96..747be8078 100644 --- a/embed/mozilla/Makefile.am +++ b/embed/mozilla/Makefile.am @@ -4,6 +4,7 @@ INCLUDES = \ -I$(top_srcdir) \ $(MOZILLA_COMPONENT_CFLAGS) \ -I$(MOZILLA_INCLUDE_ROOT) \ + -I$(MOZILLA_INCLUDE_ROOT)/caps \ -I$(MOZILLA_INCLUDE_ROOT)/chardet \ -I$(MOZILLA_INCLUDE_ROOT)/commandhandler \ -I$(MOZILLA_INCLUDE_ROOT)/content \ @@ -13,6 +14,7 @@ INCLUDES = \ -I$(MOZILLA_INCLUDE_ROOT)/exthandler \ -I$(MOZILLA_INCLUDE_ROOT)/gfx \ -I$(MOZILLA_INCLUDE_ROOT)/helperAppDlg \ + -I$(MOZILLA_INCLUDE_ROOT)/js \ -I$(MOZILLA_INCLUDE_ROOT)/history \ -I$(MOZILLA_INCLUDE_ROOT)/layout \ -I$(MOZILLA_INCLUDE_ROOT)/locale \ @@ -31,6 +33,7 @@ INCLUDES = \ -I$(MOZILLA_INCLUDE_ROOT)/windowwatcher \ -I$(MOZILLA_INCLUDE_ROOT)/xmlextras \ -I$(MOZILLA_INCLUDE_ROOT)/xpcom \ + -I$(MOZILLA_INCLUDE_ROOT)/xpconnect \ $(EPIPHANY_DEPENDENCY_CFLAGS) \ -DSHARE_DIR=\"$(pkgdatadir)\" \ -DMOZILLA_HOME=\"$(MOZILLA_HOME)\" \ |