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:
Richard Boulton 2001-01-02 00:31:26 +00:00
parent 5d171b83c7
commit 9f9f59141f
3 changed files with 3 additions and 6 deletions

View file

@ -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

View file

@ -1,6 +1,4 @@
SUBDIRS = autoplug \
helloworld helloworld2 \
queue queue2 queue3 queue4 \
thread xml
DIST_SUBDIRS = launch $(SUBDIRS)
launch thread xml

View file

@ -1,6 +1,4 @@
SUBDIRS = autoplug \
helloworld helloworld2 \
queue queue2 queue3 queue4 \
thread xml
DIST_SUBDIRS = launch $(SUBDIRS)
launch thread xml