summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@kcbbs.gen.nz>2009-04-13 10:56:26 -0700
committerTony Garnock-Jones <tonyg@kcbbs.gen.nz>2009-04-13 10:56:26 -0700
commitefb2d4151e4a8dec1918e8d71434457f9925566c (patch)
treeb97c0d88ccbeb7129a730cddbc2fc6684dc5bdc6 /Makefile
parent40cc23ce4796a38bfddaac1d11e568ca1fc282c0 (diff)
downloadrabbitmq-server-git-efb2d4151e4a8dec1918e8d71434457f9925566c.tar.gz
Initial 0-9-1 port.
- exchange auto-delete no longer supported - access.request no longer supported - connection redirection no longer supported - trace frames no longer supported
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 47aa586c8c..bec10a2b10 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ TARGET_SRC_DIR=dist/$(TARBALL_NAME)
SIBLING_CODEGEN_DIR=../rabbitmq-codegen/
AMQP_CODEGEN_DIR=$(shell [ -d $(SIBLING_CODEGEN_DIR) ] && echo $(SIBLING_CODEGEN_DIR) || echo codegen)
-AMQP_SPEC_JSON_PATH=$(AMQP_CODEGEN_DIR)/amqp-0.8.json
+AMQP_SPEC_JSON_PATH=$(AMQP_CODEGEN_DIR)/amqp-0.9.1.json
ERL_CALL=erl_call -sname $(RABBITMQ_NODENAME) -e