projects
/
lttng-tools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ee5aabaf892599fb3e9dbf8b0f6df7a56312a2bf
[lttng-tools.git]
/
src
/
common
/
compat
/
Makefile.am
1
AM_CPPFLAGS = -I$(top_srcdir)/include
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 splice.h endian.h \
12
socket.h compat-fcntl.c $(COMPAT)
This page took
0.029471 seconds
and
3
git commands to generate.