summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/qmf-agent
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-09-30 22:08:57 +0000
committerTed Ross <tross@apache.org>2009-09-30 22:08:57 +0000
commit03647a241c4e54222bc32e27c106ee1c39d05346 (patch)
tree746d586a19651a7a6ec102f8e9f316f403083846 /qpid/cpp/examples/qmf-agent
parent80bafb92ff4c9c1ccecc91b0b01513e5702ba1c6 (diff)
downloadqpid-python-03647a241c4e54222bc32e27c106ee1c39d05346.tar.gz
Updated library dependencies
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@820472 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 e652edb1a2..5b1afc4b01 100644
--- a/qpid/cpp/examples/qmf-agent/Makefile
+++ b/qpid/cpp/examples/qmf-agent/Makefile
@@ -27,7 +27,7 @@ CC = gcc
LIB_DIR = $(QPID_DIR)/cpp/src/.libs
CC_INCLUDES = -I$(SRC_DIR) -I$(QPID_DIR)/cpp/include -I$(GEN_DIR)
CC_FLAGS = -g -O3
-LD_FLAGS = -lqmfagent -lqmfcommon -L$(LIB_DIR)
+LD_FLAGS = -lqmf -L$(LIB_DIR)
SPEC_DIR = $(QPID_DIR)/specs
MGEN_DIR = $(QPID_DIR)/cpp/managementgen
MGEN = $(MGEN_DIR)/qmf-gen