From dc252383026ab4641549b826a16548e0c1f2cb6d Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Wed, 10 Feb 2010 17:28:24 +0000 Subject: [PATCH] bad ordering --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 2b90ce1e2..5e505700b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -24,9 +24,9 @@ SUBDIRS = \ template \ transport \ core \ - testing \ $(HOSTLIST_DIR) \ topology \ fs \ - $(NAT_DIR) + $(NAT_DIR) \ + testing -- 2.25.1