diff options
author | Bastien Nocera <hadess@hadess.net> | 2007-03-16 19:09:15 +0800 |
---|---|---|
committer | Bastien Nocera <hadess@src.gnome.org> | 2007-03-16 19:09:15 +0800 |
commit | 82443d54ebe1776332e71fbc57ae5b1d85acfe4b (patch) | |
tree | d52fb131308b900af41a5b131a5f9cf140269548 /embed/mozilla/Makefile.am | |
parent | af566804b10dafef1ddfd4aafbce3cfa1b69910d (diff) | |
download | gsoc2013-epiphany-82443d54ebe1776332e71fbc57ae5b1d85acfe4b.tar gsoc2013-epiphany-82443d54ebe1776332e71fbc57ae5b1d85acfe4b.tar.gz gsoc2013-epiphany-82443d54ebe1776332e71fbc57ae5b1d85acfe4b.tar.bz2 gsoc2013-epiphany-82443d54ebe1776332e71fbc57ae5b1d85acfe4b.tar.lz gsoc2013-epiphany-82443d54ebe1776332e71fbc57ae5b1d85acfe4b.tar.xz gsoc2013-epiphany-82443d54ebe1776332e71fbc57ae5b1d85acfe4b.tar.zst gsoc2013-epiphany-82443d54ebe1776332e71fbc57ae5b1d85acfe4b.zip |
Fix Epiphany not finding some Gecko plugins when running in a multilib
2007-03-16 Bastien Nocera <hadess@hadess.net>
* embed/mozilla/Makefile.am:
* embed/mozilla/mozilla-embed-single.cpp:
Fix Epiphany not finding some Gecko plugins when
running in a multilib environment (Closes: #407419)
svn path=/trunk/; revision=6971
Diffstat (limited to 'embed/mozilla/Makefile.am')
-rw-r--r-- | embed/mozilla/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/mozilla/Makefile.am b/embed/mozilla/Makefile.am index e63cf43a8..8636d88a9 100644 --- a/embed/mozilla/Makefile.am +++ b/embed/mozilla/Makefile.am @@ -144,6 +144,7 @@ libephymozillaembed_la_CPPFLAGS = \ -DPLUGINDIR=\"$(libdir)/epiphany/$(EPIPHANY_MAJOR)/plugins\" \ -DMOZILLA_HOME=\"$(MOZILLA_HOME)\" \ -DMOZILLA_PREFIX=\"$(MOZILLA_PREFIX)\" \ + -DMOZILLA_NATIVE_PLUGINSDIR=\"$(libdir)/mozilla/plugins\" \ -DUA_VERSION=\"$(EPIPHANY_UA_VERSION)\" \ -DALLOW_PRIVATE_API \ $(AM_CPPFLAGS) |