Fix: possible null dereference
[lttng-tools.git] / src / common / fd-tracker / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 noinst_LTLIBRARIES = libfd-tracker.la
4
5 if COMPAT_EPOLL
6 COMPAT=utils-epoll.c
7 else
8 COMPAT=utils-poll.c
9 endif
10
11 libfd_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.029098 seconds and 4 git commands to generate.