Return-Path: Delivered-To: apmail-qpid-commits-archive@www.apache.org Received: (qmail 37442 invoked from network); 3 Aug 2009 18:24:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Aug 2009 18:24:38 -0000 Received: (qmail 66374 invoked by uid 500); 3 Aug 2009 18:24:43 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 66334 invoked by uid 500); 3 Aug 2009 18:24:43 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 66325 invoked by uid 99); 3 Aug 2009 18:24:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Aug 2009 18:24:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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, 03 Aug 2009 18:24:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2846023888E4; Mon, 3 Aug 2009 18:24:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r800487 - /qpid/trunk/qpid/cpp/examples/qmf-agent/Makefile Date: Mon, 03 Aug 2009 18:24:21 -0000 To: commits@qpid.apache.org From: tross@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090803182421.2846023888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tross Date: Mon Aug 3 18:24:20 2009 New Revision: 800487 URL: http://svn.apache.org/viewvc?rev=800487&view=rev Log: Updated the include path to use the new cpp/includes directory. Modified: qpid/trunk/qpid/cpp/examples/qmf-agent/Makefile Modified: qpid/trunk/qpid/cpp/examples/qmf-agent/Makefile URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/examples/qmf-agent/Makefile?rev=800487&r1=800486&r2=800487&view=diff ============================================================================== --- qpid/trunk/qpid/cpp/examples/qmf-agent/Makefile (original) +++ qpid/trunk/qpid/cpp/examples/qmf-agent/Makefile Mon Aug 3 18:24:20 2009 @@ -25,7 +25,7 @@ CC = gcc LIB_DIR = $(QPID_DIR)/cpp/src/.libs -CC_INCLUDES = -I$(SRC_DIR) -I$(QPID_DIR)/cpp/src -I$(QPID_DIR)/cpp/src/gen -I$(GEN_DIR) +CC_INCLUDES = -I$(SRC_DIR) -I$(QPID_DIR)/cpp/include -I$(GEN_DIR) CC_FLAGS = -g -O3 LD_FLAGS = -lqmfagent -lqmfcommon -L$(LIB_DIR) SPEC_DIR = $(QPID_DIR)/specs --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscribe@qpid.apache.org