summaryrefslogtreecommitdiff
path: root/cpp/examples
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-08-03 18:24:20 +0000
committerTed Ross <tross@apache.org>2009-08-03 18:24:20 +0000
commitb7c945e18b900c3ac7626204686087f80fd1c456 (patch)
tree55d466d4c4ce522ae8657c6a871cc6eae825642e /cpp/examples
parent75826a1a694e061e4e0f948f2ea12b34e26b8599 (diff)
downloadqpid-python-b7c945e18b900c3ac7626204686087f80fd1c456.tar.gz
Updated the include path to use the new cpp/includes directory.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@800487 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples')
-rw-r--r--cpp/examples/qmf-agent/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/examples/qmf-agent/Makefile b/cpp/examples/qmf-agent/Makefile
index 7e460bcd16..e652edb1a2 100644
--- a/cpp/examples/qmf-agent/Makefile
+++ b/cpp/examples/qmf-agent/Makefile
@@ -25,7 +25,7 @@ OUT_FILE = $(SRC_DIR)/qmf-agent
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