summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-07-02 14:25:51 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-07-02 14:25:51 +0100
commite5bd3d8343b3fa442eba0aedb70f2f8b81aa0f05 (patch)
tree583266cff0e5b4cc8167993b49f19606ea8b0bd7 /Makefile
parentcdc101ed2e8d9fdf8ddb52cc7c5b75ba1771bde7 (diff)
downloadrabbitmq-server-e5bd3d8343b3fa442eba0aedb70f2f8b81aa0f05.tar.gz
Update the names of our JSON files, don't use the 0-8 extensions file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d3fd93f8..0c97b2db 100644
--- a/Makefile
+++ b/Makefile
@@ -56,8 +56,8 @@ 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_0_9_1=$(AMQP_CODEGEN_DIR)/amqp-rabbitmq.json
-AMQP_SPEC_JSON_FILES_0_8=$(AMQP_CODEGEN_DIR)/amqp-0.8.json $(AMQP_CODEGEN_DIR)/rabbitmq-0.8-extensions.json
+AMQP_SPEC_JSON_FILES_0_9_1=$(AMQP_CODEGEN_DIR)/amqp-rabbitmq-0.9.1.json
+AMQP_SPEC_JSON_FILES_0_8=$(AMQP_CODEGEN_DIR)/amqp-rabbitmq-0.8.json
ERL_CALL=erl_call -sname $(RABBITMQ_NODENAME) -e