Port: Add OSX clock_gettime compat
[lttng-tools.git] / src / common / compat / Makefile.am
CommitLineData
74130cb7 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
d31efcff
DG
2
3noinst_LTLIBRARIES = libcompat.la
4
5if COMPAT_EPOLL
6COMPAT=compat-epoll.c
7else
8COMPAT=compat-poll.c
9endif
10
5a2451c9 11libcompat_la_SOURCES = poll.h fcntl.h endian.h mman.h dirent.h \
e8fa9fb0 12 socket.h compat-fcntl.c uuid.h tid.h \
389fbf04
MJ
13 getenv.h string.h prctl.h paths.h netdb.h $(COMPAT) \
14 time.h
This page took 0.035868 seconds and 4 git commands to generate.