aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/Makefile.am
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2003-07-23 23:29:30 +0800
committerXan Lopez <xan@src.gnome.org>2003-07-23 23:29:30 +0800
commit6d2843b2963e6b540885da29d82f328db7636307 (patch)
treee3573863b3146e8b4bba2bbaf841a56249a2dade /embed/mozilla/Makefile.am
parente6162c01a59aef92a258821147353ff79957add2 (diff)
downloadgsoc2013-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
Diffstat (limited to 'embed/mozilla/Makefile.am')
-rw-r--r--embed/mozilla/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \