Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 61818 invoked from network); 7 Nov 2007 19:48:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Nov 2007 19:48:28 -0000 Received: (qmail 54590 invoked by uid 500); 7 Nov 2007 19:48:16 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 54562 invoked by uid 500); 7 Nov 2007 19:48:16 -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 54553 invoked by uid 99); 7 Nov 2007 19:48:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2007 11:48:16 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2007 19:48:26 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3FB141A9832; Wed, 7 Nov 2007 11:48:06 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r592867 - /activemq/activemq-cpp/decaf/trunk/decaf-config.in Date: Wed, 07 Nov 2007 19:48:06 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071107194806.3FB141A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Wed Nov 7 11:48:05 2007 New Revision: 592867 URL: http://svn.apache.org/viewvc?rev=592867&view=rev Log: http://issues.apache.org/activemq/browse/AMQCPP-103 Modified: activemq/activemq-cpp/decaf/trunk/decaf-config.in Modified: activemq/activemq-cpp/decaf/trunk/decaf-config.in URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/decaf/trunk/decaf-config.in?rev=592867&r1=592866&r2=592867&view=diff ============================================================================== --- activemq/activemq-cpp/decaf/trunk/decaf-config.in (original) +++ activemq/activemq-cpp/decaf/trunk/decaf-config.in Wed Nov 7 11:48:05 2007 @@ -130,7 +130,7 @@ if test "$location" = "installed"; then my_include_flags="-I$includedir/@DECAF_LIBRARY_NAME@-@DECAF_API_VERSION@" else - my_include_flags="$DECAF_SOURCE_DIR/src/main" + my_include_flags="-I$DECAF_SOURCE_DIR/src/main" fi echo "${my_include_flags} $APR_INCLUDES $APU_INCLUDES" @@ -144,7 +144,7 @@ if test "$location" = "installed"; then my_libs_flags="-L@libdir@/@DECAF_LIBRARY_NAME@-@DECAF_API_VERSION@" else - my_libs_flags="$DECAF_BUILD_DIR/src/main" + my_libs_flags="-L$DECAF_BUILD_DIR/src/main" fi echo "${my_libs_flags} -ldecaf $APR_LIBS $APU_LIBS"