summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2019-03-22 12:41:09 (EDT)
committer P. J. McDermott <pj@pehjota.net>2019-03-22 12:41:09 (EDT)
commitfa0ed86cbefd4a45d190f2ce1b2594e46addef2d (patch)
treedde534bd0bf7cc45ec8f141726c320b61fe94966 /Makefile.am
parent267c3778366d1eb1b533c0472894a6ccf4dc5409 (diff)
configure.ac, Makefile.am: Substitute @library_path@
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0479753..43c7192 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -69,6 +69,7 @@ do_subst = sed \
-e 's|[@]READELF[@]|$(READELF)|g' \
-e 's|[@]OPKG[@]|$(OPKG)|g' \
-e 's|[@]multiarch_libdir[@]|$(multiarch_libdir)|g' \
+ -e 's|[@]library_path[@]|$(library_path)|g' \
-e 's|[@]bindir[@]|$(bindir)|g' \
-e 's|[@]pkgdatadir[@]|$(pkgdatadir)|g' \
-e 's|[@]localedir[@]|$(localedir)|g' \