mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
bcf0592dda
Original commit message from CVS: add ACLOCAL_AMFLAGS; remove old stuff from spec changelog
32 lines
519 B
Makefile
32 lines
519 B
Makefile
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
|
|
if BUILD_EXAMPLES
|
|
SUBDIRS_EXAMPLES = examples
|
|
else
|
|
SUBDIRS_EXAMPLES =
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
gst sys ext \
|
|
m4 common docs \
|
|
$(SUBDIRS_EXAMPLES)
|
|
|
|
DIST_SUBDIRS = \
|
|
gst sys ext m4 common docs examples
|
|
|
|
EXTRA_DIST = \
|
|
gst-plugins-bad.spec depcomp \
|
|
AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
|
|
ChangeLog autogen.sh
|
|
|
|
DISTCLEANFILES = _stdint.h
|
|
|
|
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
|
|
|
include $(top_srcdir)/common/release.mak
|
|
|
|
check-valgrind:
|
|
@true
|
|
|
|
check-torture:
|
|
@true
|