summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-01-09 21:23:08 +0000
committerAlan Conway <aconway@apache.org>2007-01-09 21:23:08 +0000
commitf214abfececda76c2bf10b7fde18d2eab72ad749 (patch)
tree1a89a1dd19ac3fa98af453533aa51406e4926666
parentbb01c5fc091389e6f29d753a43cfa40e58c5124c (diff)
downloadqpid-python-f214abfececda76c2bf10b7fde18d2eab72ad749.tar.gz
Fix build order: common first.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@494587 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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