mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
Makefile.am (DIST_SUBDIRS): Remove PLAYDIR
Original commit message from CVS: * Makefile.am (DIST_SUBDIRS): Remove PLAYDIR
This commit is contained in:
parent
444ae8dc6d
commit
40350b8931
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-03-17 Johan Dahlin <johan@gnome.org>
|
||||||
|
|
||||||
|
* Makefile.am (DIST_SUBDIRS): Remove PLAYDIR.
|
||||||
|
|
||||||
2004-03-16 Johan Dahlin <johan@gnome.org>
|
2004-03-16 Johan Dahlin <johan@gnome.org>
|
||||||
|
|
||||||
* configure.ac: Support build without gstplay and gstinterfaces
|
* configure.ac: Support build without gstplay and gstinterfaces
|
||||||
|
|
|
@ -8,7 +8,7 @@ UNCONDDIRS = gst pkgconfig testsuite
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
$(UNCONDDIRS) \
|
$(UNCONDDIRS) \
|
||||||
$(SUBDIRS_DOCS)
|
$(SUBDIRS_DOCS)
|
||||||
DIST_SUBDIRS = $(UNCONDDIRS) docs $(PLAYDIR)
|
DIST_SUBDIRS = $(UNCONDDIRS) docs
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
gst-python.spec.in \
|
gst-python.spec.in \
|
||||||
|
|
Loading…
Reference in a new issue