diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-07-20 05:37:00 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-07-20 05:37:00 +0800 |
commit | 7a59fa7bc611377476504c20b1d40422f3772a8e (patch) | |
tree | 82d8ce30bf2a351745f53b1a4a8532d2fbdbefef | |
parent | 21b496bacc55fe032de0ccb57948921f227fa15f (diff) | |
download | gsoc2013-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 :)
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | embed/mozilla/Makefile.am | 2 |
2 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,12 @@ 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 :) + +2003-07-19 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/mozilla-embed-single.c: (getUILang), (mozilla_init_chrome), (mozilla_embed_single_init_services): 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 \ |