diff options
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 bab563c7..13007bdf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,6 +35,7 @@ dist-hook: install-exec-local: mkdir -p $(DESTDIR)$(libexecdir)/systemtap $(INSTALL) stpd $(DESTDIR)$(libexecdir)/systemtap + $(INSTALL) stp_check $(DESTDIR)$(libexecdir)/systemtap install-data-local: mkdir -p $(DESTDIR)$(pkgdatadir)/runtime/transport |