aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--embed/mozilla/Makefile.am2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ce3228158..edbe26b03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-24 Xan Lopez <xan@masilla.org>
+
+ * embed/mozilla/Makefile.am:
+
+ cough
+
2003-07-23 Marco Pesenti Gritti <marco@it.gnome.org>
* src/Makefile.am:
diff --git a/embed/mozilla/Makefile.am b/embed/mozilla/Makefile.am
index 9e293ede7..a17e2d6b8 100644
--- a/embed/mozilla/Makefile.am
+++ b/embed/mozilla/Makefile.am
@@ -1,10 +1,10 @@
+# Remove appcomps dir when 1.4 is deprecated
INCLUDES = \
-I$(top_srcdir)/lib \
-I$(top_srcdir)/embed \
-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 \