summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-08 17:46:20 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-08 17:46:20 +0100
commit0a515e34c291ab00ae39330ed2c5f5b659ee9797 (patch)
tree803386b89e38be88b03d78884a32850e41734a91 /Makefile
parenta18dde80c58c3d6d312e431e933adce2804cad6e (diff)
downloadrabbitmq-server-git-0a515e34c291ab00ae39330ed2c5f5b659ee9797.tar.gz
add plugins to debs and rpms
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0a7e3b9c37..58ca8baa88 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ ERLC_OPTS=-I $(INCLUDE_DIR) -o $(EBIN_DIR) -Wall -v +debug_info $(call boolean_m
VERSION=0.0.0
PLUGINS_SRC_DIR=
-PLUGINS_DIST_DIR=provided_plugins
+PLUGINS_DIST_DIR?=provided_plugins
TARBALL_NAME=rabbitmq-server-$(VERSION)
TARGET_SRC_DIR=dist/$(TARBALL_NAME)