Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 987BE32E8 for ; Wed, 4 May 2011 18:01:41 +0000 (UTC) Received: (qmail 38726 invoked by uid 500); 4 May 2011 18:01:41 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 38702 invoked by uid 500); 4 May 2011 18:01:41 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 38695 invoked by uid 99); 4 May 2011 18:01:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 May 2011 18:01:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 May 2011 18:01:39 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4FB2223889BF; Wed, 4 May 2011 18:01:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1099548 - /activemq/activemq-cpp/trunk/activemq-cpp/activemq-cpp.pc.in Date: Wed, 04 May 2011 18:01:18 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110504180118.4FB2223889BF@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Wed May 4 18:01:17 2011 New Revision: 1099548 URL: http://svn.apache.org/viewvc?rev=1099548&view=rev Log: Fix for: https://issues.apache.org/jira/browse/AMQCPP-370 Modified: activemq/activemq-cpp/trunk/activemq-cpp/activemq-cpp.pc.in Modified: activemq/activemq-cpp/trunk/activemq-cpp/activemq-cpp.pc.in URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/activemq-cpp.pc.in?rev=1099548&r1=1099547&r2=1099548&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/activemq-cpp/activemq-cpp.pc.in (original) +++ activemq/activemq-cpp/trunk/activemq-cpp/activemq-cpp.pc.in Wed May 4 18:01:17 2011 @@ -25,3 +25,4 @@ Description: ActiveMQ C++ library. Version: @VERSION@ Libs: -L${libdir} -l@ACTIVEMQ_LIBRARY_NAME@ -lpthread -ldl -luuid Cflags: -I${includedir}/@ACTIVEMQ_LIBRARY_NAME@-@VERSION@ +Libs.private = @AMQ_LIBS@