mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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>
|
||||
|
||||
* configure.ac: Support build without gstplay and gstinterfaces
|
||||
|
|
|
@ -8,7 +8,7 @@ UNCONDDIRS = gst pkgconfig testsuite
|
|||
SUBDIRS = \
|
||||
$(UNCONDDIRS) \
|
||||
$(SUBDIRS_DOCS)
|
||||
DIST_SUBDIRS = $(UNCONDDIRS) docs $(PLAYDIR)
|
||||
DIST_SUBDIRS = $(UNCONDDIRS) docs
|
||||
|
||||
EXTRA_DIST = \
|
||||
gst-python.spec.in \
|
||||
|
|
Loading…
Reference in a new issue