gstreamer/Makefile.am
Johan Dahlin 31d29bd63a gst/Makefile.am: Move the gstplay bindings over here
Original commit message from CVS:
* gst/Makefile.am: Move the gstplay bindings over here

* Makefile.am, configure.ac: Remove examples/ and put them in
EXTRA_DIST here
2004-03-16 18:42:00 +00:00

30 lines
569 B
Makefile

if BUILD_DOCS
SUBDIRS_DOCS = docs
else
SUBDIRS_DOCS =
endif
UNCONDDIRS = gst pkgconfig testsuite
SUBDIRS = \
$(UNCONDDIRS) \
$(SUBDIRS_DOCS)
DIST_SUBDIRS = $(UNCONDDIRS) docs $(PLAYDIR)
EXTRA_DIST = \
gst-python.spec.in \
gst-python.spec \
README-docs
examples/gst/bps.py \
examples/gst/cp.py \
examples/gst/dvdplay.py \
examples/gst/f2f.py \
examples/gst/identity.py \
examples/gst/ilat.py \
examples/gst/lat.py \
examples/gst/rot13.py \
examples/gst/vorbisplay.py \
examples/gstplay/player.py
snap:
$(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"`