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 --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 24054a417..ff3bdfdfb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -203,7 +203,7 @@ epiphany_CFLAGS = \ $(DBUS_CFLAGS) \ $(AM_CFLAGS) -epiphany_LDFLAGS = -R$(MOZILLA_HOME) -dlopen self +epiphany_LDFLAGS = -R$(GECKO_HOME) -dlopen self epiphany_LDADD = \ libephymain.la \ @@ -215,8 +215,8 @@ epiphany_LDADD = \ $(top_builddir)/lib/libephymisc.la \ $(top_builddir)/lib/egg/libegg.la \ $(GECKO_LIBS) \ - $(MOZILLA_EXTRA_LIBS) \ - $(MOZILLA_GLUE_LIBS) \ + $(GECKO_EXTRA_LIBS) \ + $(GECKO_GLUE_LIBS) \ $(DEPENDENCIES_LIBS) \ $(DBUS_LIBS) \ $(LIBINTL) -- cgit