From 36b16282fa142c6adfa928d946678cf7c8b19f4c Mon Sep 17 00:00:00 2001 From: kenistoj Date: Fri, 28 Sep 2007 23:46:33 +0000 Subject: Install runtime/uprobes/*. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index fc6c9aa8..1f558741 100644 --- a/Makefile.am +++ b/Makefile.am @@ -130,6 +130,8 @@ install-data-local: (cd $(srcdir)/runtime; for f in *.[ch]; do $(INSTALL_DATA) -D $$f $(DESTDIR)$(pkgdatadir)/runtime/$$f; done) (cd $(srcdir)/runtime/transport; for f in *.[ch]; \ do $(INSTALL_DATA) -D $$f $(DESTDIR)$(pkgdatadir)/runtime/transport/$$f; done) + (cd $(srcdir)/runtime/uprobes; for f in *.[ch]; \ + do $(INSTALL_DATA) -D $$f $(DESTDIR)$(pkgdatadir)/runtime/uprobes/$$f; done) (cd $(srcdir)/tapset; find . \( -name '*.stp' -o -name README \) -print \ | while read f; do $(INSTALL_DATA) -D $$f $(DESTDIR)$(pkgdatadir)/tapset/$$f; done) -- cgit