diff options
author | Crispin Flowerday <gnome@flowerday.cx> | 2005-09-25 00:11:01 +0800 |
---|---|---|
committer | Crispin Flowerday <crispin@src.gnome.org> | 2005-09-25 00:11:01 +0800 |
commit | 0ab89ca2f875ad31dde266da63cef24ecb272255 (patch) | |
tree | a87715ef25add2d9b8c8f576c4db732da5ff76d2 /lib/Makefile.am | |
parent | 7885000ddf06462e26d1c29dd16d0a3ebbd60319 (diff) | |
download | gsoc2013-epiphany-0ab89ca2f875ad31dde266da63cef24ecb272255.tar gsoc2013-epiphany-0ab89ca2f875ad31dde266da63cef24ecb272255.tar.gz gsoc2013-epiphany-0ab89ca2f875ad31dde266da63cef24ecb272255.tar.bz2 gsoc2013-epiphany-0ab89ca2f875ad31dde266da63cef24ecb272255.tar.lz gsoc2013-epiphany-0ab89ca2f875ad31dde266da63cef24ecb272255.tar.xz gsoc2013-epiphany-0ab89ca2f875ad31dde266da63cef24ecb272255.tar.zst gsoc2013-epiphany-0ab89ca2f875ad31dde266da63cef24ecb272255.zip |
If the library path isn't absolute, look in the main extension dir, and
2005-09-24 Crispin Flowerday <gnome@flowerday.cx>
* lib/Makefile.am:
* lib/ephy-module.c: (ephy_module_load):
If the library path isn't absolute, look in the main extension
dir, and then the users own extension directory
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index a0473e870..cec961f04 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -73,6 +73,7 @@ libephymisc_la_SOURCES = \ libephymisc_la_CPPFLAGS = \ -I$(top_builddir)/lib \ -DSHARE_DIR=\"$(pkgdatadir)\" \ + -DEXTENSIONS_DIR=\""$(libdir)/epiphany/$(EPIPHANY_MAJOR)/extensions"\" \ $(AM_CPPFLAGS) libephymisc_la_CFLAGS = \ |