summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonygarnockjones@gmail.com>2010-06-06 21:06:15 +1200
committerTony Garnock-Jones <tonygarnockjones@gmail.com>2010-06-06 21:06:15 +1200
commit5e48c730f768e40663af19e01b143d95d1e11fef (patch)
tree93e20d0ec7aecf913e40c01f9e231a8dcadefb11 /tools
parentd7e0dd52b6c1283cb42be72238274781958f0f5e (diff)
downloadrabbitmq-c-github-ask-5e48c730f768e40663af19e01b143d95d1e11fef.tar.gz
More unix and windows support files in distributions
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index ad53d88..ef7a9bc 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -20,3 +20,8 @@ amqp_get_SOURCES = get.c $(COMMON_SOURCES)
amqp_consume_SOURCES = consume.c $(PLATFORM_DIR)/process.c $(COMMON_SOURCES)
amqp_declare_queue_SOURCES = declare_queue.c $(COMMON_SOURCES)
amqp_delete_queue_SOURCES = delete_queue.c $(COMMON_SOURCES)
+
+EXTRA_DIST = \
+ unix/process.c unix/process.h \
+ windows/process.c windows/process.h \
+ windows/compat.c windows/compat.h