summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2010-04-08 16:52:30 +0200
committerXan Lopez <xan@gnome.org>2010-04-08 16:52:30 +0200
commit7d27730d5188ece8e818d280db1546d5ce178ad3 (patch)
treee30164fb75f442159c648adb1516e61567584626
parent53bf12ef6b8eb9de0ebc77c00f47dcf0bccde436 (diff)
downloadepiphany-7d27730d5188ece8e818d280db1546d5ce178ad3.tar.gz
Also change EXTENSIONS_DIR here
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 58c363a73..08f19224e 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -79,7 +79,7 @@ libephymisc_la_CPPFLAGS = \
-I$(top_srcdir)/lib/egg \
-DDATADIR="\"$(datadir)\"" \
-DSHARE_DIR=\"$(pkgdatadir)\" \
- -DEXTENSIONS_DIR=\""$(libdir)/epiphany/$(EPIPHANY_MAJOR)/extensions"\" \
+ -DEXTENSIONS_DIR=\""$(libdir)/epiphany/$(EPIPHANY_API_VERSION)/extensions"\" \
$(AM_CPPFLAGS)
libephymisc_la_CFLAGS = \