diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-16 15:33:20 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-16 15:33:20 (EDT) |
commit | 3112bee3d4ac6e770fe521a6db68c092d422c58e (patch) | |
tree | c40896827c20a9d82d84c1530a5a3875b485103e /Makefile.am | |
parent | db478ce97c77cef4b37a12694478f1aa3c0da1bb (diff) |
Makefile.am: Distribute and install opkg-cert
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 fd86f2d..7e666da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,6 +58,7 @@ do_subst = sed \ -e "s|[@]PACKAGE_VERSION[@]|$(PACKAGE_VERSION_GIT)|g" \ -e 's|[@]MANUAL[@]|$(MANUAL)|g' +dist_pkglibexec_SCRIPTS = opkg-cert noinst_DATA = $(locale_MESSAGES) .builddirstamp CLEANFILES = \ $(prokit_LDADD) \ |