From 091ea97659c6b9b36c5f8afc33cc111147067c3c Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Mon, 26 Jan 2015 11:50:30 -0500 Subject: [PATCH] Fix: make dist: python agent file handling 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 Signed-off-by: Mathieu Desnoyers --- liblttng-ust-python-agent/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/liblttng-ust-python-agent/Makefile.am b/liblttng-ust-python-agent/Makefile.am index 7b514470..5d5b6ab1 100644 --- a/liblttng-ust-python-agent/Makefile.am +++ b/liblttng-ust-python-agent/Makefile.am @@ -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 -- 2.34.1