summaryrefslogtreecommitdiff
path: root/qpid/cpp/Makefile
diff options
context:
space:
mode:
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 36a56425ac..ab542f7086 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/framing qpid/sys)
+$(LIB_common): $(call OBJECTS,qpid qpid/framing qpid/sys qpid/$(PLATFORM))
$(LIB_COMMAND)
LIB_client :=$(call LIBFILE,client,1.0)