Fix: make dist: python agent file handling
[lttng-ust.git] / 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.033807 seconds and 4 git commands to generate.