aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-01-04 01:12:31 +0800
committerChristian Persch <chpe@src.gnome.org>2005-01-04 01:12:31 +0800
commit61e3a5c5501f9d0789fcd9565fd934e84e6262dc (patch)
treecae5ada8d5ab127d1d8002126659ddf26a0c317b /src/Makefile.am
parent9361618f18ff024b4913e2a6987920d510b8499d (diff)
downloadgsoc2013-epiphany-61e3a5c5501f9d0789fcd9565fd934e84e6262dc.tar
gsoc2013-epiphany-61e3a5c5501f9d0789fcd9565fd934e84e6262dc.tar.gz
gsoc2013-epiphany-61e3a5c5501f9d0789fcd9565fd934e84e6262dc.tar.bz2
gsoc2013-epiphany-61e3a5c5501f9d0789fcd9565fd934e84e6262dc.tar.lz
gsoc2013-epiphany-61e3a5c5501f9d0789fcd9565fd934e84e6262dc.tar.xz
gsoc2013-epiphany-61e3a5c5501f9d0789fcd9565fd934e84e6262dc.tar.zst
gsoc2013-epiphany-61e3a5c5501f9d0789fcd9565fd934e84e6262dc.zip
Add loader directory to the .pc file.
2005-01-03 Christian Persch <chpe@cvs.gnome.org> * data/epiphany-1.6.pc.in: Add loader directory to the .pc file. * src/ephy-extensions-manager.c: (sanitise_type), (get_loader_for_type), (ephy_extensions_manager_finalize): Load new loaders with the sblib loader.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 526075ba6..eb0b110cf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -98,6 +98,7 @@ libephymain_la_CPPFLAGS = \
-I$(top_srcdir)/src/bookmarks \
-DSHARE_DIR=\"$(pkgdatadir)\" \
-DEXTENSIONS_DIR=\""$(libdir)/epiphany-$(EPIPHANY_MAJOR)/extensions"\" \
+ -DLOADER_DIR=\""$(libdir)/epiphany-$(EPIPHANY_MAJOR)/loaders"\" \
-DDATADIR=\""$(datadir)"\" \
-DPIXMAP_DIR=\""$(datadir)/pixmaps"\" \
$(AM_CPPFLAGS)