summaryrefslogtreecommitdiff
path: root/qpid/cpp/Makefile
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-11-06 16:43:31 +0000
committerAlan Conway <aconway@apache.org>2006-11-06 16:43:31 +0000
commit64d55277b3a8820fda2d27f39eee04e705e942eb (patch)
treec08a314c1e99d2ce0ccbc39b3f553914e6f77d52 /qpid/cpp/Makefile
parent67fbadde39de688a11c471f026344c8835ce6340 (diff)
downloadqpid-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/Makefile2
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)