Fix: out-of-tree build: wrong file path for sed input
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 26 Jan 2015 16:50:31 +0000 (11:50 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 26 Jan 2015 17:24:08 +0000 (12:24 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-python-agent/Makefile.am

index 5d5b6ab180a192aff651d2960a7f1d28f6ce1eff..4b34964c84fb363d380ac1c3ea3af749bffb82b8 100644 (file)
@@ -15,6 +15,6 @@ liblttng_ust_python_agent_la_LIBADD = -lc -llttng-ust \
                -L$(top_builddir)/liblttng-ust/.libs
 
 all:
-       $(SED) 's|LIBDIR_STR|$(libdir)|g' < lttng_agent.py.in > lttng_agent.py
+       $(SED) 's|LIBDIR_STR|$(libdir)|g' < $(srcdir)/lttng_agent.py.in > lttng_agent.py
 
 CLEANFILES = lttng_agent.py
This page took 0.024949 seconds and 4 git commands to generate.