You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2009/08/03 20:24:21 UTC

svn commit: r800487 - /qpid/trunk/qpid/cpp/examples/qmf-agent/Makefile

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