summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2018-12-22 12:33:36 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2018-12-22 12:33:36 (EST)
commit38f47edb4b858884ae63d0d4ca6aeab2ac0895e0 (patch)
treeb71b7e1cf64fa6ca067270f0eacc413c69ae7604 /Makefile.am
parent78c2e06132f2202b2309d0ddebd6ef45bf40927b (diff)
opkbuild, ob-*: Load newly linked libopkbuild
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 776e3a7..32e6d66 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -81,7 +81,7 @@ do_subst = sed \
-e 's|@[@]PACKAGE_VERSION[@]@|$(PACKAGE_VERSION)|g' \
-e 's|@[@]PACKAGE_DESCRIPTION[@]@|$(MANUAL)|g' \
-e 's|@[@]BINDIR[@]@|$(bindir)|g' \
- -e 's|@[@]PKGLIBDIR[@]@|$(pkgdatadir)|g' \
+ -e 's|@[@]LIBDATADIR[@]@|$(libdatadir)|g' \
-e 's|@[@]DATADIR[@]@|$(datadir)|g' \
-e 's|@[@]LOCALEDIR[@]@|$(localedir)|g' \
-e 's|@[@]SYSCONFDIR[@]@|$(sysconfdir)|g' \