X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=63bd5e857449463631d6fea76f89bf311a76be0e;hb=bf2618561a5a5124663afa5d0be493793544d773;hp=e79c2af8257412f4dbd2a5546ecef7067e2719d1;hpb=9f51ebf7aae5d33ce506b67ff64ecef001fd7012;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index e79c2af8..63bd5e85 100644 --- a/configure.ac +++ b/configure.ac @@ -394,6 +394,8 @@ AC_CONFIG_FILES([ liblttng-ust-libc-wrapper/Makefile liblttng-ust-cyg-profile/Makefile liblttng-ust-python-agent/Makefile + liblttng-ust-python-agent/setup.py + liblttng-ust-python-agent/lttngust/__init__.py tools/Makefile tests/Makefile tests/hello/Makefile @@ -405,6 +407,14 @@ AC_CONFIG_FILES([ lttng-ust.pc ]) +# Create link for python agent for the VPATH guru. +AC_CONFIG_LINKS([ + liblttng-ust-python-agent/lttngust/agent.py:liblttng-ust-python-agent/lttngust/agent.py + liblttng-ust-python-agent/lttngust/cmd.py:liblttng-ust-python-agent/lttngust/cmd.py + liblttng-ust-python-agent/lttngust/debug.py:liblttng-ust-python-agent/lttngust/debug.py + liblttng-ust-python-agent/lttngust/loghandler.py:liblttng-ust-python-agent/lttngust/loghandler.py +]) + AC_OUTPUT AS_ECHO()