summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Steinert <mike.steinert@gmail.com>2012-05-16 14:32:08 -0600
committerMichael Steinert <mike.steinert@gmail.com>2012-05-17 11:44:46 -0600
commita44debd229c238d7cc603366bdad2e4a1b88422f (patch)
tree219e8de4f2899b0aaed248dbbfcbc63109a7cf52
parent4ef0773e74f5450f610bd9ed922be4b8cc99b3b0 (diff)
downloadrabbitmq-c-github-ask-a44debd229c238d7cc603366bdad2e4a1b88422f.tar.gz
Explicitly name codegen files in EXTRA_DIST
Python bytecode and git cruft was being included in the auto-generated tarball. This change fixes that problem. Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
-rw-r--r--Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 65e2dc2..5e2858f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -244,7 +244,15 @@ endif # TOOLS
EXTRA_DIST = \
$(man_MANS) \
LICENSE-MIT \
- codegen \
+ codegen/LICENSE \
+ codegen/LICENSE-MPL-RabbitMQ \
+ codegen/Makefile \
+ codegen/README.extensions.md \
+ codegen/amqp-rabbitmq-0.8.json \
+ codegen/amqp-rabbitmq-0.9.1.json \
+ codegen/amqp_codegen.py \
+ codegen/demo_extension.json \
+ codegen/license_info \
debian \
librabbitmq/codegen.py \
tests/test_tables.expected \