[lttng-dev] [PATCH lttng-tools] Fix: mark generated python bindings files as nodist

David Goulet dgoulet at efficios.com
Mon Mar 11 13:43:20 EDT 2013


Merged!

Thanks!

Jérémie Galarneau:
> make dist would fail if ./configure had not been invoked with
> the --enable-python-bindings switch.
> 
> Signed-off-by: Jérémie Galarneau <jeremie.galarneau at efficios.com>
> ---
>  extras/bindings/swig/python/Makefile.am | 8 +++-----
>  1 file changed, 3 insertions(+), 5 deletions(-)
> 
> diff --git a/extras/bindings/swig/python/Makefile.am b/extras/bindings/swig/python/Makefile.am
> index c6a6901..6e7baa6 100644
> --- a/extras/bindings/swig/python/Makefile.am
> +++ b/extras/bindings/swig/python/Makefile.am
> @@ -4,16 +4,14 @@ lttng.i: lttng.i.in
>  AM_CFLAGS = -I$(PYTHON_INCLUDE) -I$(top_srcdir)/lib/lttng-ctl -I../common \
>                $(BUDDY_CFLAGS)
>  
> -EXTRA_DIST = lttng.i
> -python_PYTHON = lttng.py
> +EXTRA_DIST = lttng.i.in
> +nodist_python_PYTHON = lttng.py
>  pyexec_LTLIBRARIES = _lttng.la
>  
>  MAINTAINERCLEANFILES = lttng_wrap.c lttng.py
>  
> -_lttng_la_SOURCES = lttng_wrap.c
> -
> +nodist__lttng_la_SOURCES = lttng_wrap.c
>  _lttng_la_LDFLAGS = -module
> -
>  _lttng_la_LIBADD = 	$(top_srcdir)/src/lib/lttng-ctl/liblttng-ctl.la 		\
>  			$(top_srcdir)/src/common/sessiond-comm/libsessiond-comm.la
>  



More information about the lttng-dev mailing list