From: Jonathan Rajotte Date: Mon, 26 Jan 2015 16:50:31 +0000 (-0500) Subject: Fix: out-of-tree build: wrong file path for sed input X-Git-Tag: v2.7.0-rc1~58 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=bf70766ba183a061c860f3eed8b50145f37cb1dd;p=lttng-ust.git Fix: out-of-tree build: wrong file path for sed input Signed-off-by: Jonathan Rajotte Signed-off-by: Mathieu Desnoyers --- diff --git a/liblttng-ust-python-agent/Makefile.am b/liblttng-ust-python-agent/Makefile.am index 5d5b6ab1..4b34964c 100644 --- a/liblttng-ust-python-agent/Makefile.am +++ b/liblttng-ust-python-agent/Makefile.am @@ -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