From 5d171b83c76580b4354e3aa73f4d29a68b0197ad Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 1 Jan 2001 23:50:07 +0000 Subject: [PATCH] Added directories to DIST_SUBDIRS Original commit message from CVS: Added directories to DIST_SUBDIRS --- examples/Makefile.am | 4 ++-- tests/old/examples/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index b238093568..55e67af3e2 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = autoplug \ helloworld helloworld2 \ queue queue2 queue3 queue4 \ - thread xml + thread xml -EXTRA_DIST = launch +DIST_SUBDIRS = launch $(SUBDIRS) diff --git a/tests/old/examples/Makefile.am b/tests/old/examples/Makefile.am index b238093568..55e67af3e2 100644 --- a/tests/old/examples/Makefile.am +++ b/tests/old/examples/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = autoplug \ helloworld helloworld2 \ queue queue2 queue3 queue4 \ - thread xml + thread xml -EXTRA_DIST = launch +DIST_SUBDIRS = launch $(SUBDIRS)