]> sourceware.org Git - systemtap.git/commitdiff
Install runtime/uprobes/*.
authorkenistoj <kenistoj>
Fri, 28 Sep 2007 23:46:33 +0000 (23:46 +0000)
committerkenistoj <kenistoj>
Fri, 28 Sep 2007 23:46:33 +0000 (23:46 +0000)
Makefile.am

index fc6c9aa8117e3f6bbc7a0c16ca11dceebd4ca721..1f5587418c3b86a8512de340b6994f94ac5abb26 100644 (file)
@@ -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)
 
This page took 0.030836 seconds and 5 git commands to generate.