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 | 7d88029ead925cd86f2dce37548311efae4032b2 (patch) | |
| tree | cf45298ea4bd8a0f20ec89c0b2cf5811197c4a7a /qpid/cpp/lib | |
| parent | c5b5ae3e6dbf44e8e81a4a2dc21505056ec47613 (diff) | |
| download | qpid-python-7d88029ead925cd86f2dce37548311efae4032b2.tar.gz | |
Fix build order: common first.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@494587 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/lib')
| -rw-r--r-- | qpid/cpp/lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/lib/Makefile.am b/qpid/cpp/lib/Makefile.am index 377cd4ede4..09a689bc76 100644 --- a/qpid/cpp/lib/Makefile.am +++ b/qpid/cpp/lib/Makefile.am @@ -1 +1 @@ -SUBDIRS = client common broker +SUBDIRS = common broker client |
