mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 18:20:44 +00:00
Added launch back into make system.
Original commit message from CVS: Added launch back into make system. The Makefile wasn't being generated, resulting in make dist failing when the directory was entered for make dist.
This commit is contained in:
parent
5d171b83c7
commit
9f9f59141f
3 changed files with 3 additions and 6 deletions
|
@ -540,6 +540,7 @@ examples/Makefile
|
|||
examples/autoplug/Makefile
|
||||
examples/helloworld/Makefile
|
||||
examples/helloworld2/Makefile
|
||||
examples/launch/Makefile
|
||||
examples/queue/Makefile
|
||||
examples/queue2/Makefile
|
||||
examples/queue3/Makefile
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
SUBDIRS = autoplug \
|
||||
helloworld helloworld2 \
|
||||
queue queue2 queue3 queue4 \
|
||||
thread xml
|
||||
|
||||
DIST_SUBDIRS = launch $(SUBDIRS)
|
||||
launch thread xml
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
SUBDIRS = autoplug \
|
||||
helloworld helloworld2 \
|
||||
queue queue2 queue3 queue4 \
|
||||
thread xml
|
||||
|
||||
DIST_SUBDIRS = launch $(SUBDIRS)
|
||||
launch thread xml
|
||||
|
|
Loading…
Reference in a new issue