summaryrefslogtreecommitdiffstats
path: root/buildrun.cxx
diff options
context:
space:
mode:
authorfche <fche>2005-07-15 14:49:59 +0000
committerfche <fche>2005-07-15 14:49:59 +0000
commiteaf134e777a0c1e31e3351a5bba0784f2eefda8e (patch)
treed36e833cd7225d238e6c63a86de1076ce465a704 /buildrun.cxx
parent92ade41d92c63f6909dcd5982bdc9db6ee10ff5d (diff)
downloadsystemtap-steved-eaf134e777a0c1e31e3351a5bba0784f2eefda8e.tar.gz
systemtap-steved-eaf134e777a0c1e31e3351a5bba0784f2eefda8e.tar.xz
systemtap-steved-eaf134e777a0c1e31e3351a5bba0784f2eefda8e.zip
2005-07-15 Frank Ch. Eigler <fche@redhat.com>
* Makefile.am (install-data-local): Correct typo. * buildrun.cxx (compile_pass): Ditto. * main.cxx (main): Print errors if passes 4 or 5 fail.
Diffstat (limited to 'buildrun.cxx')
-rw-r--r--buildrun.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildrun.cxx b/buildrun.cxx
index 77ce283c..959db90f 100644
--- a/buildrun.cxx
+++ b/buildrun.cxx
@@ -47,6 +47,7 @@ compile_pass (systemtap_session& s)
{
// Assumes linux 2.6 kbuild
o << "CFLAGS += -Werror" << endl;
+ o << "CFLAGS += -I \"" << s.runtime_path << "\"" << endl;
o << "CFLAGS += -I \"" << s.runtime_path << "/relayfs\"" << endl;
o << "obj-m := " << s.module_name << ".o" << endl;
o.close ();