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