mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
077d111c55
Original commit message from CVS: add check-valgrind target
17 lines
335 B
Makefile
17 lines
335 B
Makefile
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
|
|
SUBDIRS = \
|
|
gst ext docs m4 common
|
|
|
|
EXTRA_DIST = \
|
|
gst-plugins-ugly.spec depcomp \
|
|
AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
|
|
ChangeLog autogen.sh
|
|
|
|
DISTCLEANFILES = _stdint.h
|
|
|
|
include $(top_srcdir)/common/release.mak
|
|
# include $(top_srcdir)/common/po.mak
|
|
|
|
check-valgrind:
|
|
@true
|