diff options
author | Michael Biebl <biebl@debian.org> | 2012-07-31 23:24:00 +0800 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2012-07-31 23:36:11 +0800 |
commit | ee276bcbe7ce834b0e20bf9141a1155c3f472d6b (patch) | |
tree | c1470604589dfbc42e4f336a92aa431dc5a84be1 /lib | |
parent | e6f6e2a0ce6497c69e3ebdd28b86f3437d8d3266 (diff) | |
download | gsoc2013-epiphany-ee276bcbe7ce834b0e20bf9141a1155c3f472d6b.tar gsoc2013-epiphany-ee276bcbe7ce834b0e20bf9141a1155c3f472d6b.tar.gz gsoc2013-epiphany-ee276bcbe7ce834b0e20bf9141a1155c3f472d6b.tar.bz2 gsoc2013-epiphany-ee276bcbe7ce834b0e20bf9141a1155c3f472d6b.tar.lz gsoc2013-epiphany-ee276bcbe7ce834b0e20bf9141a1155c3f472d6b.tar.xz gsoc2013-epiphany-ee276bcbe7ce834b0e20bf9141a1155c3f472d6b.tar.zst gsoc2013-epiphany-ee276bcbe7ce834b0e20bf9141a1155c3f472d6b.zip |
Use $(pkglibdir) instead of $(libdir)/epiphany
to avoid hard coding the package name.
https://bugzilla.gnome.org/show_bug.cgi?id=672023
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 7e5ba5537..ba15f2706 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -88,7 +88,7 @@ libephymisc_la_CPPFLAGS = \ -DSHARE_DIR=\"$(pkgdatadir)\" \ -DTOP_SRC_DATADIR=\"$(top_srcdir)/data\" \ -DABS_TOP_BUILD_DIR=\"$(abs_top_builddir)\" \ - -DEXTENSIONS_DIR=\""$(libdir)/epiphany/$(EPIPHANY_API_VERSION)/extensions"\" \ + -DEXTENSIONS_DIR=\""$(pkglibdir)/$(EPIPHANY_API_VERSION)/extensions"\" \ $(AM_CPPFLAGS) libephymisc_la_CFLAGS = \ |