Build fix: dist target builds fails due to missing header file
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 15 Jan 2020 00:33:21 +0000 (19:33 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 15 Jan 2020 00:33:21 +0000 (19:33 -0500)
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 <jeremie.galarneau@efficios.com>
Change-Id: Ib112c6016e9e682545572b8ab01728996c41ed52

src/common/compat/Makefile.am

index 93528375d24803ad1e2fa4e04aa4d3ef3865007c..5571430062750871b23d9cfd61877e4d0a819e48 100644 (file)
@@ -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
This page took 0.02508 seconds and 4 git commands to generate.