mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
b108269cd2
Original commit message from CVS: yet more distcheck fixing
16 lines
281 B
Makefile
16 lines
281 B
Makefile
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
|
|
SUBDIRS = gst-libs ext docs common
|
|
EXTRA_DIST = \
|
|
gst-ffmpeg.spec depcomp \
|
|
AUTHORS COPYING NEWS README ChangeLog
|
|
|
|
ACLOCAL_AMFLAGS = -I common/m4
|
|
|
|
include $(top_srcdir)/common/release.mak
|
|
|
|
check-valgrind:
|
|
@true
|
|
|
|
check-torture:
|
|
@true
|