diff options
author | Christian Persch <chpe@gnome.org> | 2007-07-17 04:12:58 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-07-17 04:12:58 +0800 |
commit | a8371ea0c611812d579611294b97003a6f61098e (patch) | |
tree | b488741a3332411d67fbdc80e1c39b8064df8b64 /plugins | |
parent | 8c0a1d2d985e6d34e8a78384cdad6dd82db3d55f (diff) | |
download | gsoc2013-epiphany-a8371ea0c611812d579611294b97003a6f61098e.tar gsoc2013-epiphany-a8371ea0c611812d579611294b97003a6f61098e.tar.gz gsoc2013-epiphany-a8371ea0c611812d579611294b97003a6f61098e.tar.bz2 gsoc2013-epiphany-a8371ea0c611812d579611294b97003a6f61098e.tar.lz gsoc2013-epiphany-a8371ea0c611812d579611294b97003a6f61098e.tar.xz gsoc2013-epiphany-a8371ea0c611812d579611294b97003a6f61098e.tar.zst gsoc2013-epiphany-a8371ea0c611812d579611294b97003a6f61098e.zip |
s/MOZILLA/GECKO/g for consistency with gge.
2007-07-16 Christian Persch <chpe@gnome.org>
* configure.ac:
* doc/reference/Makefile.am:
* embed/Makefile.am:
* embed/mozilla/Makefile.am:
* plugins/desktop-file/Makefile.am:
* src/Makefile.am:
s/MOZILLA/GECKO/g for consistency with gge.
svn path=/trunk/; revision=7173
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/desktop-file/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/desktop-file/Makefile.am b/plugins/desktop-file/Makefile.am index b991b9a48..6c6c22303 100644 --- a/plugins/desktop-file/Makefile.am +++ b/plugins/desktop-file/Makefile.am @@ -12,7 +12,7 @@ gecko_include_subdirs = \ libdesktopfileplugin_la_CPPFLAGS = \ -DG_LOG_DOMAIN=\"ephy-desktop-file-plugin\" \ -I$(top_srcdir)/lib \ - $(addprefix -I$(MOZILLA_INCLUDE_ROOT)/,$(gecko_include_subdirs)) \ + $(addprefix -I$(GECKO_INCLUDE_ROOT)/,$(gecko_include_subdirs)) \ $(AM_CPPFLAGS) libdesktopfileplugin_la_CXXFLAGS = \ @@ -25,7 +25,7 @@ libdesktopfileplugin_la_LIBADD = \ libdesktopfileplugin_la_LDFLAGS = \ -module -avoid-version \ -export-symbols $(srcdir)/plugin.symbols \ - -R$(MOZILLA_HOME) \ + -R$(GECKO_HOME) \ $(AM_LDFLAGS) EXTRA_DIST = \ |