From 9f9f59141f96ca49ec23042a79e48a8bae4df0ed Mon Sep 17 00:00:00 2001 From: Richard Boulton Date: Tue, 2 Jan 2001 00:31:26 +0000 Subject: [PATCH] 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. --- configure.in | 1 + examples/Makefile.am | 4 +--- tests/old/examples/Makefile.am | 4 +--- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/configure.in b/configure.in index 39997155b3..d84a1ffe92 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/examples/Makefile.am b/examples/Makefile.am index 55e67af3e2..a4716ec4d0 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,6 +1,4 @@ SUBDIRS = autoplug \ helloworld helloworld2 \ queue queue2 queue3 queue4 \ - thread xml - -DIST_SUBDIRS = launch $(SUBDIRS) + launch thread xml diff --git a/tests/old/examples/Makefile.am b/tests/old/examples/Makefile.am index 55e67af3e2..a4716ec4d0 100644 --- a/tests/old/examples/Makefile.am +++ b/tests/old/examples/Makefile.am @@ -1,6 +1,4 @@ SUBDIRS = autoplug \ helloworld helloworld2 \ queue queue2 queue3 queue4 \ - thread xml - -DIST_SUBDIRS = launch $(SUBDIRS) + launch thread xml