aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-07-20 05:37:00 +0800
committerChristian Persch <chpe@src.gnome.org>2003-07-20 05:37:00 +0800
commit7a59fa7bc611377476504c20b1d40422f3772a8e (patch)
tree82d8ce30bf2a351745f53b1a4a8532d2fbdbefef /embed
parent21b496bacc55fe032de0ccb57948921f227fa15f (diff)
downloadgsoc2013-epiphany-7a59fa7bc611377476504c20b1d40422f3772a8e.tar
gsoc2013-epiphany-7a59fa7bc611377476504c20b1d40422f3772a8e.tar.gz
gsoc2013-epiphany-7a59fa7bc611377476504c20b1d40422f3772a8e.tar.bz2
gsoc2013-epiphany-7a59fa7bc611377476504c20b1d40422f3772a8e.tar.lz
gsoc2013-epiphany-7a59fa7bc611377476504c20b1d40422f3772a8e.tar.xz
gsoc2013-epiphany-7a59fa7bc611377476504c20b1d40422f3772a8e.tar.zst
gsoc2013-epiphany-7a59fa7bc611377476504c20b1d40422f3772a8e.zip
I forgot to commit the Makefile.am changes needed for the previous patch.
2003-07-19 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/Makefile.am: I forgot to commit the Makefile.am changes needed for the previous patch. Thanks to Manny for pointing this out to me :)
Diffstat (limited to 'embed')
-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 a2dfbf686..851c1bdb5 100644
--- a/embed/mozilla/Makefile.am
+++ b/embed/mozilla/Makefile.am
@@ -5,6 +5,7 @@ INCLUDES = \
$(WARN_CFLAGS) \
$(MOZILLA_COMPONENT_CFLAGS) \
-I$(MOZILLA_INCLUDE_ROOT)/appcomps \
+ -I$(MOZILLA_INCLUDE_ROOT)/chrome \
-I$(MOZILLA_INCLUDE_ROOT)/content \
-I$(MOZILLA_INCLUDE_ROOT)/cookie \
-I$(MOZILLA_INCLUDE_ROOT)/docshell \
@@ -14,6 +15,7 @@ INCLUDES = \
-I$(MOZILLA_INCLUDE_ROOT)/gfx \
-I$(MOZILLA_INCLUDE_ROOT)/helperAppDlg \
-I$(MOZILLA_INCLUDE_ROOT)/layout \
+ -I$(MOZILLA_INCLUDE_ROOT)/locale \
-I$(MOZILLA_INCLUDE_ROOT)/mimetype \
-I$(MOZILLA_INCLUDE_ROOT)/necko \
-I$(MOZILLA_INCLUDE_ROOT)/nkcache \