From a8371ea0c611812d579611294b97003a6f61098e Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 16 Jul 2007 20:12:58 +0000 Subject: s/MOZILLA/GECKO/g for consistency with gge. 2007-07-16 Christian Persch * 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 --- plugins/desktop-file/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') 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 = \ -- cgit v1.2.3