From 0e47827d5f461ceb0e67540adba7bc2fe3a360da Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Tue, 29 Jul 2008 13:40:08 -0400 Subject: Ensure that a systemtap server is available if 'server' is specified in EXTRA_TOOL_OPTS for 'make check' and 'make installcheck' --- systemtap.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'systemtap.spec') diff --git a/systemtap.spec b/systemtap.spec index deec1d28..503022d1 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -178,6 +178,10 @@ exit 0 %{_bindir}/stap %{_bindir}/stap-server %{_bindir}/stap-serverd +%{_bindir}/stap-find-servers +%{_bindir}/stap-start-server +%{_bindir}/stap-find-or-start-server +%{_bindir}/stap-stop-server %{_mandir}/man1/* %{_mandir}/man5/* -- cgit