From: Jérémie Galarneau Date: Wed, 15 Jan 2020 00:33:21 +0000 (-0500) Subject: Build fix: dist target builds fails due to missing header file X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=cad663729201ff5432ddf07723e7ea36eec80895 Build fix: dist target builds fails due to missing header file The path.h compatibility header is not distributed, causing builds from tarballs to fail. Add it to the SOURCES variable. Signed-off-by: Jérémie Galarneau Change-Id: Ib112c6016e9e682545572b8ab01728996c41ed52 --- diff --git a/src/common/compat/Makefile.am b/src/common/compat/Makefile.am index 93528375d..557143006 100644 --- a/src/common/compat/Makefile.am +++ b/src/common/compat/Makefile.am @@ -9,4 +9,4 @@ endif libcompat_la_SOURCES = poll.h fcntl.h endian.h mman.h dirent.h \ socket.h compat-fcntl.c tid.h \ getenv.h string.h prctl.h paths.h netdb.h $(COMPAT) \ - time.h directory-handle.h directory-handle.c + time.h directory-handle.h directory-handle.c path.h