Refactor Python agent build and install
[deliverable/lttng-ust.git] / configure.ac
index cd92e1928ef9574a08b161cf1c707428b2c265a3..26bf5a59c153d731fc30b7293d39f2d35cf71983 100644 (file)
@@ -394,8 +394,9 @@ 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
+       python-lttngust/Makefile
+       python-lttngust/setup.py
+       python-lttngust/lttngust/__init__.py
        tools/Makefile
        tests/Makefile
        tests/hello/Makefile
@@ -410,10 +411,10 @@ AC_CONFIG_FILES([
 
 # 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
+       python-lttngust/lttngust/agent.py:python-lttngust/lttngust/agent.py
+       python-lttngust/lttngust/cmd.py:python-lttngust/lttngust/cmd.py
+       python-lttngust/lttngust/debug.py:python-lttngust/lttngust/debug.py
+       python-lttngust/lttngust/loghandler.py:python-lttngust/lttngust/loghandler.py
 ])
 
 AC_OUTPUT
This page took 0.023415 seconds and 5 git commands to generate.