summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonygarnockjones@gmail.com>2010-06-06 20:57:59 +1200
committerTony Garnock-Jones <tonygarnockjones@gmail.com>2010-06-06 20:57:59 +1200
commitd7e0dd52b6c1283cb42be72238274781958f0f5e (patch)
treef91ccc4b4d8b0729ce371451135a4d39e994eeb2
parent80615f70c699603872c5e49c154e7af04dd83498 (diff)
downloadrabbitmq-c-github-ask-d7e0dd52b6c1283cb42be72238274781958f0f5e.tar.gz
Include both unix and windows support files in distributions
-rw-r--r--librabbitmq/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/librabbitmq/Makefile.am b/librabbitmq/Makefile.am
index 53c9ea1..35680d0 100644
--- a/librabbitmq/Makefile.am
+++ b/librabbitmq/Makefile.am
@@ -9,7 +9,10 @@ include_HEADERS = amqp_framing.h amqp.h
noinst_HEADERS = amqp_private.h $(PLATFORM_DIR)/socket.h
BUILT_SOURCES = amqp_framing.h amqp_framing.c
CLEANFILES = amqp_framing.h amqp_framing.c
-EXTRA_DIST = codegen.py
+EXTRA_DIST = \
+ codegen.py \
+ unix/socket.c unix/socket.h \
+ windows/socket.c windows/socket.h
CODEGEN_PY=$(srcdir)/codegen.py