summaryrefslogtreecommitdiff
path: root/cpp/examples/messaging/extra_dist
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2010-05-14 17:53:26 +0000
committerGordon Sim <gsim@apache.org>2010-05-14 17:53:26 +0000
commit3b2c06e6d041487bef584267f80a3cc04008cef9 (patch)
treed2850f1f1aaa99ea30298b951cc162fc5d212a72 /cpp/examples/messaging/extra_dist
parent564e4b671d48cdc2f2c2806631c98bf9612007ea (diff)
downloadqpid-python-3b2c06e6d041487bef584267f80a3cc04008cef9.tar.gz
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
Diffstat (limited to 'cpp/examples/messaging/extra_dist')
-rw-r--r--cpp/examples/messaging/extra_dist/Makefile2
1 files changed, 1 insertions, 1 deletions
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