diff options
author | Xan Lopez <xan@gnome.org> | 2010-04-08 22:52:30 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-04-08 22:52:30 +0800 |
commit | 7d27730d5188ece8e818d280db1546d5ce178ad3 (patch) | |
tree | e30164fb75f442159c648adb1516e61567584626 /lib | |
parent | 53bf12ef6b8eb9de0ebc77c00f47dcf0bccde436 (diff) | |
download | gsoc2013-epiphany-7d27730d5188ece8e818d280db1546d5ce178ad3.tar gsoc2013-epiphany-7d27730d5188ece8e818d280db1546d5ce178ad3.tar.gz gsoc2013-epiphany-7d27730d5188ece8e818d280db1546d5ce178ad3.tar.bz2 gsoc2013-epiphany-7d27730d5188ece8e818d280db1546d5ce178ad3.tar.lz gsoc2013-epiphany-7d27730d5188ece8e818d280db1546d5ce178ad3.tar.xz gsoc2013-epiphany-7d27730d5188ece8e818d280db1546d5ce178ad3.tar.zst gsoc2013-epiphany-7d27730d5188ece8e818d280db1546d5ce178ad3.zip |
Also change EXTENSIONS_DIR here
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
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 = \ |