mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 09:40:37 +00:00
b86c702816
Original commit message from CVS: make gstreamer python work uninstalled again
22 lines
413 B
Makefile
22 lines
413 B
Makefile
if BUILD_DOCS
|
|
SUBDIRS_DOCS = docs
|
|
else
|
|
SUBDIRS_DOCS =
|
|
endif
|
|
|
|
INTERFACESDIR = gstinterfaces
|
|
PLAYDIR = gstplay
|
|
|
|
UNCONDDIRS = gst pkgconfig examples testsuite
|
|
SUBDIRS = \
|
|
$(UNCONDDIRS) \
|
|
$(INTERFACESDIR) \
|
|
$(PLAYDIR) \
|
|
$(SUBDIRS_DOCS)
|
|
DIST_SUBDIRS = $(UNCONDDIRS) docs gstinterfaces gstplay
|
|
|
|
EXTRA_DIST = \
|
|
gst-python.spec.in gst-python.spec README-docs
|
|
|
|
snap:
|
|
$(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"`
|