X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=ltt-sessiond%2FMakefile.am;h=fad0cd576995ed6317cef9847e687a07d5dae976;hb=e848fc768a950acc1b823fcb139057a4fac1442a;hp=d19fe3caa7298d03e9eb511610f8f7e56d535c69;hpb=0fdd1e2c4a9f725daed3f91dd4f5609ae54ebe93;p=lttng-tools.git diff --git a/ltt-sessiond/Makefile.am b/ltt-sessiond/Makefile.am index d19fe3caa..fad0cd576 100644 --- a/ltt-sessiond/Makefile.am +++ b/ltt-sessiond/Makefile.am @@ -5,7 +5,14 @@ AM_CFLAGS = -fno-strict-aliasing bin_PROGRAMS = ltt-sessiond +if COMPAT_EPOLL +COMPAT=compat/compat-epoll.c +else +COMPAT=compat/compat-poll.c +endif + ltt_sessiond_SOURCES = utils.c utils.h \ + compat/poll.h $(COMPAT) \ trace-kernel.c trace-kernel.h \ trace-ust.c trace-ust.h \ traceable-app.c traceable-app.h \