summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-06-17 12:58:43 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-06-17 12:58:43 +0100
commit3ef6f74e28da0ac88b1ff08d4b851eac57fc7473 (patch)
tree4cbe4bcb47e24de1bba55cf7e8cde2be8880b9fa /Makefile
parente031cb9b8303d66401dc56eab8bd45a5f9b9e452 (diff)
downloadrabbitmq-server-git-3ef6f74e28da0ac88b1ff08d4b851eac57fc7473.tar.gz
Move synchronous basic recover to the 0-8 broker.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 725f20a69d..3eafcc8eab 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_SPEC_JSON_FILES=$(AMQP_CODEGEN_DIR)/amqp-0.8.json $(AMQP_CODEGEN_DIR)/unbind-0.8.json $(AMQP_CODEGEN_DIR)/recover-0.8.json
ERL_CALL=erl_call -sname $(RABBITMQ_NODENAME) -e