diff options
author | Elliott Baron <ebaron@toriamos.yyz.redhat.com> | 2008-10-20 10:44:52 -0400 |
---|---|---|
committer | Elliott Baron <ebaron@toriamos.yyz.redhat.com> | 2008-10-20 10:44:52 -0400 |
commit | 6b1730cb635b8d671bca8c3df173db3f1282ecdb (patch) | |
tree | 0ec95b40c26591002a89a25c928772295a80605f /Makefile.in | |
parent | f9e62cd9ca858f8fdd3a46f4b9e42b47092fc423 (diff) | |
parent | aacc3f504dc5e52a8c5a30a469e2c8b9bb9986bd (diff) | |
download | systemtap-steved-6b1730cb635b8d671bca8c3df173db3f1282ecdb.tar.gz systemtap-steved-6b1730cb635b8d671bca8c3df173db3f1282ecdb.tar.xz systemtap-steved-6b1730cb635b8d671bca8c3df173db3f1282ecdb.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 22336ec0..d43fde6f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -261,7 +261,7 @@ AM_CPPFLAGS = -DBINDIR='"$(bindir)"' -DPKGDATADIR='"${pkgdatadir}"' -DPKGLIBDIR= AM_CFLAGS = -D_GNU_SOURCE -fexceptions -Wall -Werror -Wunused -Wformat=2 -W AM_CXXFLAGS = -Wall -Werror man_MANS = stap.1 stapprobes.5 stapfuncs.5 stapvars.5 stapex.5 staprun.8 stap-server.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_SCRIPTS = stap-client stap-server stap-serverd stap-find-servers stap-start-server stap-find-or-start-server stap-stop-server +bin_SCRIPTS = stap-client stap-server stap-serverd stap-find-servers stap-start-server stap-find-or-start-server stap-stop-server stap-report stap_SOURCES = main.cxx \ parse.cxx staptree.cxx elaborate.cxx translate.cxx \ tapsets.cxx buildrun.cxx loc2c.c hash.cxx mdfour.c \ |