summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/qmf-agent
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
commit195ede2f7e893516de3d6099797b9534f67bda8b (patch)
tree7f44ab0c4aaae1e7dbdad80e75ccb2f215021a23 /qpid/cpp/examples/qmf-agent
parent5e64dee73ccc355626ddc1641f0bb5fca40f0b84 (diff)
downloadqpid-python-195ede2f7e893516de3d6099797b9534f67bda8b.tar.gz
Updated the include path to use the new cpp/includes directory.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@800487 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/qmf-agent')
-rw-r--r--qpid/cpp/examples/qmf-agent/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/qmf-agent/Makefile b/qpid/cpp/examples/qmf-agent/Makefile
index 7e460bcd16..e652edb1a2 100644
--- a/qpid/cpp/examples/qmf-agent/Makefile
+++ b/qpid/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