mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 09:08:14 +00:00
3c72b1fef6
Original commit message from CVS: * Makefile.am (PLAYDIR): Disable for now * configure.ac: Build against 0.8
23 lines
427 B
Makefile
23 lines
427 B
Makefile
if BUILD_DOCS
|
|
SUBDIRS_DOCS = docs
|
|
else
|
|
SUBDIRS_DOCS =
|
|
endif
|
|
|
|
INTERFACESDIR = gstinterfaces
|
|
#PLAYDIR = gstplay
|
|
PLAYDIR =
|
|
|
|
UNCONDDIRS = gst pkgconfig examples testsuite
|
|
SUBDIRS = \
|
|
$(UNCONDDIRS) \
|
|
$(INTERFACESDIR) \
|
|
$(PLAYDIR) \
|
|
$(SUBDIRS_DOCS)
|
|
DIST_SUBDIRS = $(UNCONDDIRS) docs gstinterfaces $(PLAYDIR)
|
|
|
|
EXTRA_DIST = \
|
|
gst-python.spec.in gst-python.spec README-docs
|
|
|
|
snap:
|
|
$(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"`
|