summaryrefslogtreecommitdiffstats
path: root/main.cxx
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 /main.cxx
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 'main.cxx')
-rw-r--r--main.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.cxx b/main.cxx
index eaf0a651..09435fad 100644
--- a/main.cxx
+++ b/main.cxx
@@ -228,12 +228,10 @@ main (int argc, char * const argv [])
if (s_p != NULL)
{
s.include_path.push_back (s_p);
- s.include_path.push_back (string(s_p) + "/LKET");
}
else
{
s.include_path.push_back (string(PKGDATADIR) + "/tapset");
- s.include_path.push_back (string(PKGDATADIR) + "/tapset/LKET");
}
const char* s_r = getenv ("SYSTEMTAP_RUNTIME");