All merged into master, thanks! Mathieu
----- Original Message ----- > From: "Jonathan Rajotte" <[email protected]> > To: [email protected] > Cc: "mathieu desnoyers" <[email protected]>, "Jonathan Rajotte" > <[email protected]> > Sent: Monday, January 26, 2015 11:50:31 AM > Subject: [PATCH lttng-ust 2/2] Fix: out-of-tree build: wrong file path for > sed input > > Signed-off-by: Jonathan Rajotte <[email protected]> > --- > liblttng-ust-python-agent/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/liblttng-ust-python-agent/Makefile.am > b/liblttng-ust-python-agent/Makefile.am > index 5d5b6ab..4b34964 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 > -- > 1.9.1 > > -- Mathieu Desnoyers EfficiOS Inc. http://www.efficios.com _______________________________________________ lttng-dev mailing list [email protected] http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
