Commit | Line | Data |
---|---|---|
74130cb7 | 1 | AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src |
d31efcff DG |
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 | ||
5a2451c9 | 11 | libcompat_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 |