tools: move gst-plot-timeline.py into scripts directory

So it's not in PATH in an uninstalled setup (thwarting
gst-play autocompletion).
This commit is contained in:
Tim-Philipp Müller 2013-09-04 09:18:55 +01:00
parent 7f657358a8
commit 954776ab38
2 changed files with 2 additions and 3 deletions

View file

@ -145,7 +145,7 @@ def normalize_timestamps(syscalls):
def compute_syscall_metrics(syscalls):
global PIXELS_PER_SECOND
global PIXELS_PER_LINE
num_syscalls = len(syscalls)
metrics = Metrics()

View file

@ -54,8 +54,7 @@ EXTRA_DIST = \
$(noinst_SCRIPTS) \
gst-inspect.1.in \
gst-launch.1.in \
gst-typefind.1.in \
gst-plot-timeline.py
gst-typefind.1.in
%-@GST_API_VERSION@.1: %.1.in
$(AM_V_GEN)sed \