mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
tools: fix distcheck and .gitignore
This commit is contained in:
parent
38b9aa4c33
commit
94cd315595
2 changed files with 7 additions and 3 deletions
7
tools/.gitignore
vendored
7
tools/.gitignore
vendored
|
@ -11,6 +11,7 @@ Makefile.in
|
|||
*.da
|
||||
*.gcno
|
||||
|
||||
gst-inspect
|
||||
gst-launch
|
||||
gst-typefind
|
||||
gst-inspect-?.0
|
||||
gst-launch-?.0
|
||||
gst-typefind-?.0
|
||||
gst-stats-?.0
|
||||
|
|
|
@ -41,4 +41,7 @@ noinst_SCRIPTS = gst-indent
|
|||
noinst_HEADERS = tools.h
|
||||
|
||||
EXTRA_DIST = \
|
||||
gst-inspect-@GST_API_VERSION@.1 \
|
||||
gst-typefind-@GST_API_VERSION@.1 \
|
||||
gst-launch-@GST_API_VERSION@.1 \
|
||||
$(noinst_SCRIPTS)
|
||||
|
|
Loading…
Reference in a new issue