summaryrefslogtreecommitdiff
path: root/cpp/examples/qmf-agent/Makefile
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
commitcf82229a2ba92bbd6011aec7d21c93aa88985f92 (patch)
tree089ec96ffc5588922d8e7e25c91976f6e45b694a /cpp/examples/qmf-agent/Makefile
parent62dbd3afff76a6da41cd9e1aee8ce11518f22fca (diff)
downloadqpid-python-cf82229a2ba92bbd6011aec7d21c93aa88985f92.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/qpid@693523 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/qmf-agent/Makefile')
-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 6c4d9a867e..0759644670 100644
--- a/cpp/examples/qmf-agent/Makefile
+++ b/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