mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
856cb2b355
Original commit message from CVS: add check-valgrind target
15 lines
257 B
Makefile
15 lines
257 B
Makefile
SUBDIRS = \
|
|
gst sys ext \
|
|
m4 common po
|
|
|
|
EXTRA_DIST = \
|
|
gst-plugins-bad.spec depcomp \
|
|
AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
|
|
ChangeLog autogen.sh
|
|
|
|
DISTCLEANFILES = _stdint.h
|
|
|
|
include $(top_srcdir)/common/release.mak
|
|
|
|
check-valgrind:
|
|
@true
|