summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2009-04-15 16:19:32 +0100
committerMatthias Radestock <matthias@lshift.net>2009-04-15 16:19:32 +0100
commit1f5f030b9394759f2a1f55e07d12eb89742cfc32 (patch)
tree083c1c2c4a24a5790b4f2cf4aa28e2a5e7068884 /Makefile
parent8a6d284c9adeec24d93e009b3e4ceb9063883bf2 (diff)
parenteddc7dc7b9c93abb8e9f1c24f0ce6e92ab0a4bc3 (diff)
downloadrabbitmq-server-git-1f5f030b9394759f2a1f55e07d12eb89742cfc32.tar.gz
merge default into bug20354
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 81ac568731..47aa586c8c 100644
--- a/Makefile
+++ b/Makefile
@@ -133,7 +133,7 @@ srcdist: distclean
sed -i 's/%%VERSION%%/$(VERSION)/' $(TARGET_SRC_DIR)/ebin/rabbit_app.in
cp -r $(AMQP_CODEGEN_DIR)/* $(TARGET_SRC_DIR)/codegen/
- cp codegen.py Makefile $(TARGET_SRC_DIR)
+ cp codegen.py Makefile generate_app $(TARGET_SRC_DIR)
cp -r scripts $(TARGET_SRC_DIR)
cp -r docs $(TARGET_SRC_DIR)