Blob Blame History Raw
From 4dbc0b1e804b5fd07c824c203654b69baf5cb64b Mon Sep 17 00:00:00 2001
From: "Darryl L. Pierce" <dpierce@redhat.com>
Date: Fri, 12 Oct 2012 15:46:30 -0400
Subject: [PATCH] Fix building of messaging examples after installation.

---
 qpid/cpp/examples/messaging/extra_dist/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qpid/cpp/examples/messaging/extra_dist/Makefile b/qpid/cpp/examples/messaging/extra_dist/Makefile
index 8dd7f65..33dbfef 100644
--- a/qpid/cpp/examples/messaging/extra_dist/Makefile
+++ b/qpid/cpp/examples/messaging/extra_dist/Makefile
@@ -18,7 +18,7 @@
 #
 CXX=g++
 CXXFLAGS=-g -O2
-LDFLAGS=-lqpidmessaging
+LDFLAGS=-lqpidmessaging -lqpidtypes -lstdc++
 
 all: drain spout client server map_sender map_receiver hello_world
 
-- 
1.7.11.7