diff options
| author | Alan Conway <aconway@apache.org> | 2007-01-09 21:23:08 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-01-09 21:23:08 +0000 |
| commit | f214abfececda76c2bf10b7fde18d2eab72ad749 (patch) | |
| tree | 1a89a1dd19ac3fa98af453533aa51406e4926666 /cpp | |
| parent | bb01c5fc091389e6f29d753a43cfa40e58c5124c (diff) | |
| download | qpid-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
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/lib/Makefile.am | 2 |
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 |
