summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-06-23 16:15:11 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-06-23 16:15:11 +0100
commit614c62f5ec9ab880e3438f17e5e843d4d5cf9bef (patch)
tree08e26b6a4daf1039f44b96eb1802ce891490ea27 /Makefile
parent5a9571b723e33526b424d50914b6acaddd4c7956 (diff)
downloadrabbitmq-server-git-614c62f5ec9ab880e3438f17e5e843d4d5cf9bef.tar.gz
Use the new merged JSON for codegen, stripping out redirect and trace frame support on the way. This results in a broker which doesn't quite speak 0-8 as it gets connection.close wrong.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36b045f7d8..d715db7465 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,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_FILES=$(AMQP_CODEGEN_DIR)/amqp-0.8.json $(AMQP_CODEGEN_DIR)/rabbitmq-0.8-extensions.json
+AMQP_SPEC_JSON_FILES=$(AMQP_CODEGEN_DIR)/amqp-rabbitmq.json
ERL_CALL=erl_call -sname $(RABBITMQ_NODENAME) -e