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
commitb84cecb52c1175b02a4184b3894a1410aa066467 (patch)
tree583266cff0e5b4cc8167993b49f19606ea8b0bd7 /Makefile
parent37a0072ab9740bee7ad39f5be2f45e7a743a5353 (diff)
downloadrabbitmq-server-git-b84cecb52c1175b02a4184b3894a1410aa066467.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 d3fd93f86c..0c97b2db77 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