diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-08 13:06:27 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-08 13:06:27 +0100 |
| commit | f2ac67c88d06dec3ce18eb1a9777ea37eb3334d0 (patch) | |
| tree | 381f88312035b03d6c23c77ff3c2394d0530f5f5 | |
| parent | 81e21b46b5a03c5be6efabe8d5fb275604ccb6b9 (diff) | |
| download | rabbitmq-server-git-f2ac67c88d06dec3ce18eb1a9777ea37eb3334d0.tar.gz | |
fix the plugins srcdist before attempting to build the plugins
We don't include the broker in the srcdist, so we link it in before attempting
the build.
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -104,6 +104,7 @@ all: $(TARGETS) plugins: [ -d "plugins-src" ] || echo No plugins source distribution found + ln -s .. plugins-src/rabbitmq-server mkdir -p provided_plugins $(MAKE) -C plugins-src plugins-dist PLUGINS_DIST_DIR=$(CURDIR)/provided_plugins VERSION=$(VERSION) |
