aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2004-03-26 17:10:27 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2004-03-26 17:10:27 +0800
commit58e4369d1b754cfa172ff0c2999f6f1d91f173ea (patch)
treefca8471b56d03e23b206b8080fbe2ce99025c008 /embed
parent51dfe1d703d2ea1f613ad68deab3a1926a790de4 (diff)
downloadgsoc2013-epiphany-58e4369d1b754cfa172ff0c2999f6f1d91f173ea.tar
gsoc2013-epiphany-58e4369d1b754cfa172ff0c2999f6f1d91f173ea.tar.gz
gsoc2013-epiphany-58e4369d1b754cfa172ff0c2999f6f1d91f173ea.tar.bz2
gsoc2013-epiphany-58e4369d1b754cfa172ff0c2999f6f1d91f173ea.tar.lz
gsoc2013-epiphany-58e4369d1b754cfa172ff0c2999f6f1d91f173ea.tar.xz
gsoc2013-epiphany-58e4369d1b754cfa172ff0c2999f6f1d91f173ea.tar.zst
gsoc2013-epiphany-58e4369d1b754cfa172ff0c2999f6f1d91f173ea.zip
Add base dir to mozilla includes since the embed SDK dir structure has
2004-03-26 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/Makefile.am: Add base dir to mozilla includes since the embed SDK dir structure has been flattened in cvs
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/mozilla/Makefile.am b/embed/mozilla/Makefile.am
index 33e1baed3..e512ac9a3 100644
--- a/embed/mozilla/Makefile.am
+++ b/embed/mozilla/Makefile.am
@@ -3,6 +3,7 @@ INCLUDES = \
-I$(top_srcdir)/embed \
-I$(top_srcdir) \
$(MOZILLA_COMPONENT_CFLAGS) \
+ -I$(MOZILLA_INCLUDE_ROOT) \
-I$(MOZILLA_INCLUDE_ROOT)/chardet \
-I$(MOZILLA_INCLUDE_ROOT)/chrome \
-I$(MOZILLA_INCLUDE_ROOT)/content \