mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
whitespace moving
Original commit message from CVS: whitespace moving
This commit is contained in:
parent
44238700bd
commit
0442db045b
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,7 @@ win32 = $(shell cat $(top_srcdir)/win32/MANIFEST)
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
echo $(win32)
|
echo $(win32)
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
gstreamer.spec gstreamer.spec.in gst-element-check.m4 \
|
gstreamer.spec gstreamer.spec.in gst-element-check.m4 \
|
||||||
configure.ac autogen.sh depcomp \
|
configure.ac autogen.sh depcomp \
|
||||||
|
@ -38,7 +39,6 @@ CLEANFILES = gst-element-check-@GST_MAJORMINOR@.m4
|
||||||
include $(top_srcdir)/common/release.mak
|
include $(top_srcdir)/common/release.mak
|
||||||
include $(top_srcdir)/common/po.mak
|
include $(top_srcdir)/common/po.mak
|
||||||
|
|
||||||
|
|
||||||
if GST_GCOV_ENABLED
|
if GST_GCOV_ENABLED
|
||||||
clean-gcov:
|
clean-gcov:
|
||||||
find -name "*.da" -o -name "*.gcov" | xargs rm || true
|
find -name "*.da" -o -name "*.gcov" | xargs rm || true
|
||||||
|
|
Loading…
Reference in a new issue