mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
examples/Makefile.am: fix buildbot (make distcheck)
Original commit message from CVS: 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org> * examples/Makefile.am: fix buildbot (make distcheck)
This commit is contained in:
parent
677ce7d8eb
commit
33ab9a69d4
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||
|
||||
* examples/Makefile.am:
|
||||
fix buildbot (make distcheck)
|
||||
|
||||
2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst/playback/gstplaybin.c: (gen_vis_element):
|
||||
|
|
|
@ -11,4 +11,5 @@ GTK_SUBDIRS=
|
|||
# endif
|
||||
|
||||
SUBDIRS=$(GTK_SUBDIRS)
|
||||
DIST_SUBDIRS=capsfilter dynparams seeking indexing switch
|
||||
#DIST_SUBDIRS=capsfilter dynparams seeking indexing switch
|
||||
DIST_SUBDIRS=seeking
|
||||
|
|
|
@ -11,4 +11,5 @@ GTK_SUBDIRS=
|
|||
# endif
|
||||
|
||||
SUBDIRS=$(GTK_SUBDIRS)
|
||||
DIST_SUBDIRS=capsfilter dynparams seeking indexing switch
|
||||
#DIST_SUBDIRS=capsfilter dynparams seeking indexing switch
|
||||
DIST_SUBDIRS=seeking
|
||||
|
|
Loading…
Reference in a new issue