diff options
author | Dave Brolley <brolley@redhat.com> | 2008-07-14 13:41:48 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2008-07-14 13:41:48 -0400 |
commit | 233614952872b4561accc79d9d7ef2c66f52dce4 (patch) | |
tree | 72e66a76a92a485637f299c1720f9c3ea26a57a3 /Makefile.am | |
parent | f1743f00e6058d2dee44510f3ef165c549a6291e (diff) | |
download | systemtap-steved-233614952872b4561accc79d9d7ef2c66f52dce4.tar.gz systemtap-steved-233614952872b4561accc79d9d7ef2c66f52dce4.tar.xz systemtap-steved-233614952872b4561accc79d9d7ef2c66f52dce4.zip |
Enable 'make check' and 'make installcheck' using the systemtap client/server.
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 b603c640..83c3e242 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,7 @@ AM_CXXFLAGS = -Wall -Werror dist_man_MANS = stap.1 stapprobes.5 stapfuncs.5 stapvars.5 stapex.5 staprun.8 man/stapprobes.iosched.5 man/stapprobes.netdev.5 man/stapprobes.nfs.5 man/stapprobes.nfsd.5 man/stapprobes.pagefault.5 man/stapprobes.process.5 man/stapprobes.rpc.5 man/stapprobes.scsi.5 man/stapprobes.signal.5 man/stapprobes.socket.5 man/stapprobes.tcp.5 man/stapprobes.udp.5 bin_PROGRAMS = stap staprun +bin_SCRIPTS = stap-client stap-server stap-serverd stap_SOURCES = main.cxx \ parse.cxx staptree.cxx elaborate.cxx translate.cxx \ tapsets.cxx buildrun.cxx loc2c.c hash.cxx mdfour.c \ |