From mboxrd@z Thu Jan 1 00:00:00 1970 From: dgoulet@efficios.com (David Goulet) Date: Thu, 17 Jan 2013 10:58:48 -0500 Subject: [lttng-dev] [PATCH lttng-tools 1/4] Extras: Added lttng.pyc to the clean section of the Python binding makefile. In-Reply-To: <1358181949-23456-1-git-send-email-jeremie.galarneau@efficios.com> References: <1358181949-23456-1-git-send-email-jeremie.galarneau@efficios.com> Message-ID: <50F81FB8.6050805@efficios.com> All four patches have been merged! Thanks! David J?r?mie Galarneau: > > Signed-off-by: J?r?mie Galarneau > --- > extras/bindings/swig/python/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/extras/bindings/swig/python/Makefile.am b/extras/bindings/swig/python/Makefile.am > index a3557b8..d592ded 100644 > --- a/extras/bindings/swig/python/Makefile.am > +++ b/extras/bindings/swig/python/Makefile.am > @@ -24,4 +24,4 @@ lttng_wrap.c: lttng.i > sed -i "s/md = d/d/g" lttng_wrap.c > sed -i "s/(void)public_symbol;/(void)public_symbol;\n md = d;/g" lttng_wrap.c > > -CLEANFILES = lttng.i lttng.py lttng_wrap.c > +CLEANFILES = lttng.i lttng.py lttng_wrap.c lttng.pyc