diff options
| author | Gordon Sim <gsim@apache.org> | 2010-05-14 17:53:26 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2010-05-14 17:53:26 +0000 |
| commit | ff7705d9f19a542ddd4dc3422bceb55df1cdbf1c (patch) | |
| tree | 5c5bcea49d0a74541ec18643d2788927b58b76b9 /qpid/cpp/examples/messaging/extra_dist | |
| parent | 22f751ffe965adbdd24a89654dc191a00d4eb6ce (diff) | |
| download | qpid-python-ff7705d9f19a542ddd4dc3422bceb55df1cdbf1c.tar.gz | |
QPID-664: separate out the messaging API into its own library
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@944357 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/messaging/extra_dist')
| -rw-r--r-- | qpid/cpp/examples/messaging/extra_dist/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/messaging/extra_dist/Makefile b/qpid/cpp/examples/messaging/extra_dist/Makefile index 8f8be352b4..9b8d07ec80 100644 --- a/qpid/cpp/examples/messaging/extra_dist/Makefile +++ b/qpid/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 |
