diff options
Diffstat (limited to 'embed/mozilla/Makefile.am')
-rw-r--r-- | embed/mozilla/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |