aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--embed/mozilla/Makefile.am1
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f58380556..f0006b7bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
+
2004-03-25 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/ContentHandler.cpp: (MIMEConfirmAction):
@@ -9,6 +16,7 @@
* embed/ephy-embed.c: (ephy_embed_base_init):
Fix arg type of dom_* signals to match the closure.
+
2004-03-25 Christian Persch <chpe@cvs.gnome.org>
* doc/reference/epiphany.types:
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 \