All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH lttng-tools] Fix: mark generated python bindings files as nodist
@ 2013-02-16  1:46 Jérémie Galarneau
  0 siblings, 0 replies; 2+ messages in thread
From: Jérémie Galarneau @ 2013-02-16  1:46 UTC (permalink / raw)
  To: lttng-dev

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@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
 
-- 
1.8.1.1


_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH lttng-tools] Fix: mark generated python bindings files as nodist
       [not found] <1360979205-20346-1-git-send-email-jeremie.galarneau@efficios.com>
@ 2013-03-11 17:43 ` David Goulet
  0 siblings, 0 replies; 2+ messages in thread
From: David Goulet @ 2013-03-11 17:43 UTC (permalink / raw)
  To: Jérémie Galarneau; +Cc: lttng-dev

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@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
>  

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-11 17:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-16  1:46 [PATCH lttng-tools] Fix: mark generated python bindings files as nodist Jérémie Galarneau
     [not found] <1360979205-20346-1-git-send-email-jeremie.galarneau@efficios.com>
2013-03-11 17:43 ` David Goulet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.