summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorsrikar <srikar>2007-08-27 14:18:19 +0000
committersrikar <srikar>2007-08-27 14:18:19 +0000
commit8905eef6eb93fa96ec1ba8a44d1e8fb3d8e73ebc (patch)
tree8a9424a6e71a1a187a88feba664cbb90b95c6110 /Makefile.am
parent761990a14edfad9d99fc57e885e153091e10dca8 (diff)
downloadsystemtap-steved-8905eef6eb93fa96ec1ba8a44d1e8fb3d8e73ebc.tar.gz
systemtap-steved-8905eef6eb93fa96ec1ba8a44d1e8fb3d8e73ebc.tar.xz
systemtap-steved-8905eef6eb93fa96ec1ba8a44d1e8fb3d8e73ebc.zip
Changes in configure scripts, Makefiles required for removing LKET from
systemtap (PR 4817)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 5b9353b8..fc6c9aa8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,7 @@ AM_CPPFLAGS = -DBINDIR='"$(bindir)"' -DPKGDATADIR='"${pkgdatadir}"' -DPKGLIBDIR=
AM_CFLAGS = -D_GNU_SOURCE -fexceptions -Wall -Wextra -Werror -Wshadow -Wunused -Wformat=2 -W
AM_CXXFLAGS = -Wall -Wextra -Werror
-dist_man_MANS = stap.1 stapprobes.5 stapfuncs.5 stapex.5 staprun.8 lket.5 lket-b2a.1 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
+dist_man_MANS = stap.1 stapprobes.5 stapfuncs.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
stap_SOURCES = main.cxx \
parse.cxx staptree.cxx elaborate.cxx translate.cxx \
@@ -162,9 +162,6 @@ uninstall-local:
# XXX: leaves behind man pages
SUBDIRS = testsuite
-if BUILD_LKET_B2A
- SUBDIRS += runtime/lket/b2a
-endif
check:
SRCDIR=`cd $(srcdir); pwd`; \