mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
a21c60b089
Original commit message from CVS: add Element () constructor add testsuite
15 lines
307 B
Makefile
15 lines
307 B
Makefile
if BUILD_DOCS
|
|
SUBDIRS_DOCS = docs
|
|
else
|
|
SUBDIRS_DOCS =
|
|
endif
|
|
|
|
SUBDIRS = gstreamer pkgconfig examples $(SUBDIRS_DOCS) testsuite
|
|
|
|
DIST_SUBDIRS = gstreamer pkgconfig examples docs testsuite
|
|
|
|
EXTRA_DIST = \
|
|
gst-python.spec.in gst-python.spec README-docs
|
|
|
|
snap:
|
|
$(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"`
|