diff options
author | srikar <srikar> | 2007-08-27 14:18:19 +0000 |
---|---|---|
committer | srikar <srikar> | 2007-08-27 14:18:19 +0000 |
commit | 8905eef6eb93fa96ec1ba8a44d1e8fb3d8e73ebc (patch) | |
tree | 8a9424a6e71a1a187a88feba664cbb90b95c6110 /main.cxx | |
parent | 761990a14edfad9d99fc57e885e153091e10dca8 (diff) | |
download | systemtap-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.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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"); |