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 /src/Makefile.am | |
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 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d7725fb50..61b6fbecc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -95,8 +95,8 @@ libephymain_la_CPPFLAGS = \ -I$(top_srcdir)/lib/history \ -I$(top_srcdir)/lib/widgets \ -I$(top_srcdir)/src/bookmarks \ - -DEXTENSIONS_DIR=\""$(libdir)/epiphany/$(EPIPHANY_API_VERSION)/extensions"\" \ - -DLOADER_DIR=\""$(libdir)/epiphany/$(EPIPHANY_MAJOR)/loaders"\" \ + -DEXTENSIONS_DIR=\""$(pkglibdir)/$(EPIPHANY_API_VERSION)/extensions"\" \ + -DLOADER_DIR=\""$(pkglibdir)/$(EPIPHANY_MAJOR)/loaders"\" \ -DDATADIR=\""$(pkgdatadir)"\" \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ $(AM_CPPFLAGS) |