summaryrefslogtreecommitdiff
path: root/cpp/examples
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
commitffd40ddeb64cef78d4165e637cd69e9ef2363b2e (patch)
tree4f6398a7eb8f74f0f03a23f25c350e8fa749f6ac /cpp/examples
parent7c5254d13e40c3ca84c382b9b0fa58c6a2dfeaf7 (diff)
downloadqpid-python-ffd40ddeb64cef78d4165e637cd69e9ef2363b2e.tar.gz
Updated library dependencies
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@820472 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 e652edb1a2..5b1afc4b01 100644
--- a/cpp/examples/qmf-agent/Makefile
+++ b/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