From f214abfececda76c2bf10b7fde18d2eab72ad749 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 9 Jan 2007 21:23:08 +0000 Subject: Fix build order: common first. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@494587 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/lib/Makefile.am b/cpp/lib/Makefile.am index 377cd4ede4..09a689bc76 100644 --- a/cpp/lib/Makefile.am +++ b/cpp/lib/Makefile.am @@ -1 +1 @@ -SUBDIRS = client common broker +SUBDIRS = common broker client -- cgit v1.2.1