From 731bc74aa3b64796616f2da9a65ccfcf72629bf5 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Fri, 16 Mar 2012 15:33:52 -0400 Subject: [PATCH] Fix missing headers for make dist Signed-off-by: David Goulet --- src/common/compat/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/compat/Makefile.am b/src/common/compat/Makefile.am index ee5aabaf8..91cd3bdcf 100644 --- a/src/common/compat/Makefile.am +++ b/src/common/compat/Makefile.am @@ -8,5 +8,5 @@ else COMPAT=compat-poll.c endif -libcompat_la_SOURCES = poll.h fcntl.h splice.h endian.h \ +libcompat_la_SOURCES = poll.h fcntl.h endian.h mman.h clone.h \ socket.h compat-fcntl.c $(COMPAT) -- 2.34.1