From 3f11641c67543a0166b89ceca53d78e0a72919ce Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Sat, 11 Sep 2004 01:49:26 +0000 Subject: [PATCH] * don't have ns listed twice in DIST_SUBDIRS. Seems to cause failures for make maintainer-clean This commit was SVN r2606. --- test/mca/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mca/Makefile.am b/test/mca/Makefile.am index 986e0d960d..e6bd21bde4 100644 --- a/test/mca/Makefile.am +++ b/test/mca/Makefile.am @@ -7,4 +7,4 @@ include $(top_srcdir)/config/Makefile.options SUBDIRS = oob llm pcm ns gpr -DIST_SUBDIRS = $(SUBDIRS) ns +DIST_SUBDIRS = $(SUBDIRS)