Fix: make dist: python agent file handling
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 26 Jan 2015 16:50:30 +0000 (11:50 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 26 Jan 2015 17:22:38 +0000 (12:22 -0500)
Fresh make dist attempt to package a build time file:lttng_agent.py and
make dist attempt to package a non-existent file.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-python-agent/Makefile.am

index 7b5144708127fa5dad8518e0cd37d37730cc9760..5d5b6ab180a192aff651d2960a7f1d28f6ce1eff 100644 (file)
@@ -2,9 +2,9 @@
 AM_CPPFLAGS = $(PYTHON_INCLUDE) -I$(top_srcdir)/include/
 AM_CFLAGS = -fno-strict-aliasing
 
-EXTRA_DIST = lttng-agent.py.in
+EXTRA_DIST = lttng_agent.py.in
 
-lttng_agent_PYTHON = lttng_agent.py
+nodist_lttng_agent_PYTHON = lttng_agent.py
 lttng_agentdir = $(pythondir)
 
 lib_LTLIBRARIES = liblttng-ust-python-agent.la
This page took 0.026088 seconds and 4 git commands to generate.