diff options
| author | Alan Conway <aconway@apache.org> | 2006-11-06 16:43:31 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2006-11-06 16:43:31 +0000 |
| commit | 64d55277b3a8820fda2d27f39eee04e705e942eb (patch) | |
| tree | c08a314c1e99d2ce0ccbc39b3f553914e6f77d52 /qpid/cpp/Makefile | |
| parent | 67fbadde39de688a11c471f026344c8835ce6340 (diff) | |
| download | qpid-python-64d55277b3a8820fda2d27f39eee04e705e942eb.tar.gz | |
Minor source reorg, see README.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@471789 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/Makefile')
| -rw-r--r-- | qpid/cpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/Makefile b/qpid/cpp/Makefile index 95d9af73f4..36a56425ac 100644 --- a/qpid/cpp/Makefile +++ b/qpid/cpp/Makefile @@ -52,7 +52,7 @@ $(BUILDDIRS): ## Library rules LIB_common := $(call LIBFILE,common,1.0) -$(LIB_common): $(call OBJECTS,qpid qpid/concurrent qpid/framing qpid/io) +$(LIB_common): $(call OBJECTS,qpid qpid/framing qpid/sys) $(LIB_COMMAND) LIB_client :=$(call LIBFILE,client,1.0) |
