From: David Goulet Date: Fri, 16 Mar 2012 19:33:52 +0000 (-0400) Subject: Fix missing headers for make dist X-Git-Tag: v2.0.0-rc3~1 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=731bc74aa3b64796616f2da9a65ccfcf72629bf5 Fix missing headers for make dist Signed-off-by: David Goulet --- 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)