diff options
author | kenistoj <kenistoj> | 2007-09-28 23:46:33 +0000 |
---|---|---|
committer | kenistoj <kenistoj> | 2007-09-28 23:46:33 +0000 |
commit | 36b16282fa142c6adfa928d946678cf7c8b19f4c (patch) | |
tree | eb2726836b1128a685f4d776aed69b5920954d86 | |
parent | 04d476c727a575872b088ec853b4402bd4bf5d83 (diff) | |
download | systemtap-steved-36b16282fa142c6adfa928d946678cf7c8b19f4c.tar.gz systemtap-steved-36b16282fa142c6adfa928d946678cf7c8b19f4c.tar.xz systemtap-steved-36b16282fa142c6adfa928d946678cf7c8b19f4c.zip |
Install runtime/uprobes/*.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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) |