13 lines
472 B
Diff
13 lines
472 B
Diff
|
Index: Makefile
|
||
|
===================================================================
|
||
|
--- Makefile.orig
|
||
|
+++ Makefile
|
||
|
@@ -110,7 +110,6 @@ plugins:
|
||
|
mkdir -p $(PLUGINS_DIR)
|
||
|
PLUGINS_SRC_DIR="" $(MAKE) -C "$(PLUGINS_SRC_DIR)" plugins-dist PLUGINS_DIST_DIR="$(CURDIR)/$(PLUGINS_DIR)" VERSION=$(VERSION)
|
||
|
echo "Put your EZs here and use rabbitmq-plugins to enable them." > $(PLUGINS_DIR)/README
|
||
|
- rm -f $(PLUGINS_DIR)/rabbit_common*.ez
|
||
|
else
|
||
|
plugins:
|
||
|
# Not building plugins
|