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 5290E7FD5 for ; Mon, 7 Nov 2011 22:15:18 +0000 (UTC) Received: (qmail 4572 invoked by uid 500); 7 Nov 2011 22:15:18 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 4530 invoked by uid 500); 7 Nov 2011 22:15:18 -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 4523 invoked by uid 99); 7 Nov 2011 22:15:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Nov 2011 22:15:18 +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; Mon, 07 Nov 2011 22:15:17 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 420C023888FE for ; Mon, 7 Nov 2011 22:14:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1198976 - /activemq/activemq-cpp/branches/activemq-cpp-3.4.x/activemq-cpp/activemq-cpp.pc.in Date: Mon, 07 Nov 2011 22:14:57 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111107221457.420C023888FE@eris.apache.org> Author: tabish Date: Mon Nov 7 22:14:56 2011 New Revision: 1198976 URL: http://svn.apache.org/viewvc?rev=1198976&view=rev Log: Backport of https://issues.apache.org/jira/browse/AMQCPP-370 Modified: activemq/activemq-cpp/branches/activemq-cpp-3.4.x/activemq-cpp/activemq-cpp.pc.in Modified: activemq/activemq-cpp/branches/activemq-cpp-3.4.x/activemq-cpp/activemq-cpp.pc.in URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/activemq-cpp-3.4.x/activemq-cpp/activemq-cpp.pc.in?rev=1198976&r1=1198975&r2=1198976&view=diff ============================================================================== --- activemq/activemq-cpp/branches/activemq-cpp-3.4.x/activemq-cpp/activemq-cpp.pc.in (original) +++ activemq/activemq-cpp/branches/activemq-cpp-3.4.x/activemq-cpp/activemq-cpp.pc.in Mon Nov 7 22:14:56 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@ \ No newline at end of file