Added launch back into make system.
authorRichard Boulton <richard@tartarus.org>
Tue, 2 Jan 2001 00:31:26 +0000 (00:31 +0000)
committerRichard Boulton <richard@tartarus.org>
Tue, 2 Jan 2001 00:31:26 +0000 (00:31 +0000)
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.

configure.in
examples/Makefile.am
tests/old/examples/Makefile.am

index 3999715..d84a1ff 100644 (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
index 55e67af..a4716ec 100644 (file)
@@ -1,6 +1,4 @@
 SUBDIRS = autoplug \
           helloworld helloworld2 \
           queue queue2 queue3 queue4 \
-          thread xml 
-
-DIST_SUBDIRS = launch $(SUBDIRS)
+          launch thread xml 
index 55e67af..a4716ec 100644 (file)
@@ -1,6 +1,4 @@
 SUBDIRS = autoplug \
           helloworld helloworld2 \
           queue queue2 queue3 queue4 \
-          thread xml 
-
-DIST_SUBDIRS = launch $(SUBDIRS)
+          launch thread xml