Make libcompat independent not to confuse automake
[lttng-tools.git] / src / common / compat / Makefile.am
CommitLineData
d31efcff
DG
1AM_CPPFLAGS = -I$(top_srcdir)/include
2
3noinst_LTLIBRARIES = libcompat.la
4
5if COMPAT_EPOLL
6COMPAT=compat-epoll.c
7else
8COMPAT=compat-poll.c
9endif
10
11libcompat_la_SOURCES = poll.h fcntl.h splice.h endian.h \
12 socket.h compat-fcntl.c $(COMPAT)
This page took 0.022998 seconds and 4 git commands to generate.