diff options
| author | Tony Garnock-Jones <tonyg@lshift.net> | 2009-03-25 17:50:29 +0000 |
|---|---|---|
| committer | Tony Garnock-Jones <tonyg@lshift.net> | 2009-03-25 17:50:29 +0000 |
| commit | 9156fffc9a80e8d681bbb167b7dddaad424dbf0d (patch) | |
| tree | d560ae8069db8702fa2a3285f26c829bc65b6e99 /Makefile | |
| parent | 9125971827bee48265b84656d6691de24444e06a (diff) | |
| download | rabbitmq-server-git-9156fffc9a80e8d681bbb167b7dddaad424dbf0d.tar.gz | |
Include generate_app in source tarball
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
