From 0c3f1084652f7d81f1ca992676e90c158eeb3e65 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 6 Nov 2006 16:43:31 +0000 Subject: Minor source reorg, see README. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@471789 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/Makefile') diff --git a/cpp/Makefile b/cpp/Makefile index 95d9af73f4..36a56425ac 100644 --- a/cpp/Makefile +++ b/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) -- cgit v1.2.1