Cleanup: autoconf 'dirfd' detection
[lttng-tools.git] / src / common / fd-tracker / Makefile.am
... / ...
CommitLineData
1# SPDX-License-Identifier: GPL-2.0-only
2
3noinst_LTLIBRARIES = libfd-tracker.la
4
5if COMPAT_EPOLL
6COMPAT=utils-epoll.c
7else
8COMPAT=utils-poll.c
9endif
10
11libfd_tracker_la_SOURCES = fd-tracker.h fd-tracker.c \
12 utils.h utils.c \
13 inode.h inode.c \
14 $(COMPAT)
This page took 0.022133 seconds and 4 git commands to generate.