diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-21 14:21:48 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-21 14:31:53 (EST) |
commit | 2902641342e0869c827e9ac508de1068739afeb0 (patch) | |
tree | fd2c61ea936c1a67425df3c84335bb3cfe95dfb2 /Makefile.am | |
parent | 1b7a1b8954846b29e825a26cced6758a8b944683 (diff) |
configure.ac, Makefile.am: Find libopkbuild
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 11755af..80993b2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,6 +68,7 @@ do_subst = sed \ -e 's|[@]PACKAGE_VERSION[@]|$(PACKAGE_VERSION)|g' \ -e 's|[@]MANUAL[@]|$(MANUAL)|g' \ -e 's|[@]SH[@]|$(SH)|g' \ + -e 's|[@]LIBOPKBUILD[@]|$(LIBOPKBUILD)|g' \ -e 's|[@]READELF[@]|$(READELF)|g' \ -e 's|[@]OPKG[@]|$(OPKG)|g' \ -e 's|[@]multiarch_libdir[@]|$(multiarch_libdir)|g' \ |