summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2008-09-09 17:31:47 +0000
committerTed Ross <tross@apache.org>2008-09-09 17:31:47 +0000
commitc513257dc8159a6ba70298e00926a45666840a91 (patch)
treee2684a7e1ec0b4717e8cfef34724be6274315c6e /qpid/cpp/examples
parentde1bf14f00b02ad95239e14e761f5d8775a2137e (diff)
downloadqpid-python-c513257dc8159a6ba70298e00926a45666840a91.tar.gz
QPID-1274 - qmf-gen can now generate code from multiple schema files. Uses __file__ as a better way to locate data files. Added code generation for ACL schema.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@693523 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples')
-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 6c4d9a867e..0759644670 100644
--- a/qpid/cpp/examples/qmf-agent/Makefile
+++ b/qpid/cpp/examples/qmf-agent/Makefile
@@ -51,7 +51,7 @@ all: gen
@$(MAKE)
gen:
- $(MGEN) $(SCHEMA_FILE) $(GEN_DIR)
+ $(MGEN) -o $(GEN_DIR) $(SCHEMA_FILE)
clean:
rm -rf $(GEN_DIR) $(OUT_FILE) *.d *.o