X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fautogen.sh;h=02610d8f07fdc46089b148cd6d44330b6cb57323;hb=7c9cb10c113d7f82350ce14dd0a51e1f0de5f3e1;hp=308838873edf3030de20b4ffc02550d104203f76;hpb=58caaccb22a86c99c87efa2c3b91ea05efae25f6;p=lttv.git diff --git a/ltt/branches/poly/autogen.sh b/ltt/branches/poly/autogen.sh index 30883887..02610d8f 100755 --- a/ltt/branches/poly/autogen.sh +++ b/ltt/branches/poly/autogen.sh @@ -150,6 +150,15 @@ done conf_flags="--enable-maintainer-mode" +echo -n Creating the system include behavior emulation... +mkdir $srcdir/include +mkdir $srcdir/include/ltt +ln -s ../../LibLTT/ltt.h $srcdir/include/ltt/ltt.h +mkdir $srcdir/include/lttv +ln -s ../../lttv/module.h $srcdir/include/lttv/module.h +ln -s ../../lttv/hook.h $srcdir/include/lttv/hook.h +echo done. + if test x$NOCONFIGURE = x; then echo Running $srcdir/configure $conf_flags "$@" ... $srcdir/configure $conf_flags "$@" \