From f45664b8a9d376ede22d2e9ee63e7eaf59e8604f Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 20 Sep 2010 10:40:28 +0000 Subject: [PATCH] changed order: build hello before block --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index d1fdb07ed..97a9e8992 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,11 +15,11 @@ endif SUBDIRS = \ include $(INTLEMU_SUBDIRS) \ util \ + hello \ block \ statistics \ arm \ $(MONKEY_DIR) \ - hello \ peerinfo \ datacache \ datastore \ -- 2.25.1