summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@lshift.net>2009-03-25 17:50:29 +0000
committerTony Garnock-Jones <tonyg@lshift.net>2009-03-25 17:50:29 +0000
commit9156fffc9a80e8d681bbb167b7dddaad424dbf0d (patch)
treed560ae8069db8702fa2a3285f26c829bc65b6e99 /Makefile
parent9125971827bee48265b84656d6691de24444e06a (diff)
downloadrabbitmq-server-git-9156fffc9a80e8d681bbb167b7dddaad424dbf0d.tar.gz
Include generate_app in source tarball
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)