summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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