From f557f155ec3c7f52101415261fafcc8c56ed6ed2 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 6 Jun 2010 12:45:14 +1200 Subject: Fix packaging --- tools/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/Makefile.am b/tools/Makefile.am index 6a52777..1500a67 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -13,6 +13,14 @@ amqp_consume_SOURCES = consume.c common.c amqp_declare_queue_SOURCES = declare_queue.c common.c amqp_delete_queue_SOURCES = delete_queue.c common.c +EXTRA_DIST = \ + doc/publish.xml \ + doc/consume.xml \ + doc/get.xml \ + doc/declare_queue.xml \ + doc/delete_queue.xml \ + doc/librabbitmq-tools.xml + if TOOLS_DOC man_MANS = \ doc/amqp-publish.1 \ -- cgit v1.2.1