Add common util to set thread name
[lttng-tools.git] / src / common / compat / Makefile.am
CommitLineData
ab5be9fa
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
d31efcff
DG
3noinst_LTLIBRARIES = libcompat.la
4
5if COMPAT_EPOLL
6COMPAT=compat-epoll.c
7else
8COMPAT=compat-poll.c
9endif
10
5a2451c9 11libcompat_la_SOURCES = poll.h fcntl.h endian.h mman.h dirent.h \
c70636a7 12 socket.h compat-fcntl.c tid.h \
cb8d0d24 13 getenv.h string.h paths.h pthread.h netdb.h $(COMPAT) \
cad66372 14 time.h directory-handle.h directory-handle.c path.h
This page took 0.068574 seconds and 5 git commands to generate.