From 3b2c06e6d041487bef584267f80a3cc04008cef9 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 14 May 2010 17:53:26 +0000 Subject: QPID-664: separate out the messaging API into its own library git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@944357 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/messaging/extra_dist/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/examples/messaging/extra_dist') diff --git a/cpp/examples/messaging/extra_dist/Makefile b/cpp/examples/messaging/extra_dist/Makefile index 8f8be352b4..9b8d07ec80 100644 --- a/cpp/examples/messaging/extra_dist/Makefile +++ b/cpp/examples/messaging/extra_dist/Makefile @@ -1,6 +1,6 @@ CXX=g++ CXXFLAGS=-g -O2 -LDFLAGS=-lqpidclient +LDFLAGS=-lqpidmessaging all: drain spout client server map_sender map_receiver hello_world -- cgit v1.2.1