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 /src/Makefile.am | |
parent | 8c0a1d2d985e6d34e8a78384cdad6dd82db3d55f (diff) | |
download | gsoc2013-epiphany-a8371ea0c611812d579611294b97003a6f61098e.tar.gz 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 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
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) |