mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
d55ac2830b
Original commit message from CVS: 2005-11-06 Julien MOUTTE <julien@moutte.net> * Makefile.am: examples in dist subdirs. * configure.ac: enable parameter for building examples. * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/inspect/plugin-dfbvideosink.xml: * examples/Makefile.am: Updates.
27 lines
458 B
Makefile
27 lines
458 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
|
|
|
|
include $(top_srcdir)/common/release.mak
|
|
|
|
check-valgrind:
|
|
@true
|