Add mkdirat utils and runas wrappers
[lttng-tools.git] / src / common / compat / Makefile.am
CommitLineData
d31efcff
DG
1noinst_LTLIBRARIES = libcompat.la
2
3if COMPAT_EPOLL
4COMPAT=compat-epoll.c
5else
6COMPAT=compat-poll.c
7endif
8
5a2451c9 9libcompat_la_SOURCES = poll.h fcntl.h endian.h mman.h dirent.h \
bef4c7a1 10 socket.h compat-fcntl.c uuid.h uuid.c tid.h \
389fbf04 11 getenv.h string.h prctl.h paths.h netdb.h $(COMPAT) \
18710679 12 time.h directory-handle.h directory-handle.c
This page took 0.057979 seconds and 5 git commands to generate.