From 5e48c730f768e40663af19e01b143d95d1e11fef Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 6 Jun 2010 21:06:15 +1200 Subject: More unix and windows support files in distributions --- tools/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools') 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 -- cgit v1.2.1