diff options
author | Xan Lopez <xan@src.gnome.org> | 2003-07-23 23:29:30 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2003-07-23 23:29:30 +0800 |
commit | 6d2843b2963e6b540885da29d82f328db7636307 (patch) | |
tree | e3573863b3146e8b4bba2bbaf841a56249a2dade | |
parent | e6162c01a59aef92a258821147353ff79957add2 (diff) | |
download | gsoc2013-epiphany-6d2843b2963e6b540885da29d82f328db7636307.tar gsoc2013-epiphany-6d2843b2963e6b540885da29d82f328db7636307.tar.gz gsoc2013-epiphany-6d2843b2963e6b540885da29d82f328db7636307.tar.bz2 gsoc2013-epiphany-6d2843b2963e6b540885da29d82f328db7636307.tar.lz gsoc2013-epiphany-6d2843b2963e6b540885da29d82f328db7636307.tar.xz gsoc2013-epiphany-6d2843b2963e6b540885da29d82f328db7636307.tar.zst gsoc2013-epiphany-6d2843b2963e6b540885da29d82f328db7636307.zip |
Add history include dir, needed for Mozilla 1.5b
Add history include dir, needed for Mozilla 1.5b
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/mozilla/Makefile.am | 2 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-07-23 Xan Lopez <xan@masilla.org> + + * embed/mozilla/Makefile.am: + + Add history include dir, needed for Mozilla 1.5b. + 2003-07-23 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-node-view.c: diff --git a/embed/mozilla/Makefile.am b/embed/mozilla/Makefile.am index 8c462963c..9e293ede7 100644 --- a/embed/mozilla/Makefile.am +++ b/embed/mozilla/Makefile.am @@ -4,6 +4,7 @@ INCLUDES = \ -I$(top_srcdir) \ $(WARN_CFLAGS) \ $(MOZILLA_COMPONENT_CFLAGS) \ + # FIXME Remove appcomps dir when we deprecate Mozilla 1.4 -I$(MOZILLA_INCLUDE_ROOT)/appcomps \ -I$(MOZILLA_INCLUDE_ROOT)/chrome \ -I$(MOZILLA_INCLUDE_ROOT)/content \ @@ -14,6 +15,7 @@ INCLUDES = \ -I$(MOZILLA_INCLUDE_ROOT)/find \ -I$(MOZILLA_INCLUDE_ROOT)/gfx \ -I$(MOZILLA_INCLUDE_ROOT)/helperAppDlg \ + -I$(MOZILLA_INCLUDE_ROOT)/history \ -I$(MOZILLA_INCLUDE_ROOT)/layout \ -I$(MOZILLA_INCLUDE_ROOT)/locale \ -I$(MOZILLA_INCLUDE_ROOT)/mimetype \ |