X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libringbuffer%2FMakefile.am;h=0148a030a6d049bebaf2ee460a26483c760c481c;hb=167ff4df850ed5c954ee374db66a04b1c9a4ef34;hp=a64ee6e4d043736c4fa731494e864f7482fc6e76;hpb=36385b6ec421b3e752ce1eaad3bcb6776f5536dd;p=lttng-ust.git diff --git a/libringbuffer/Makefile.am b/libringbuffer/Makefile.am index a64ee6e4..0148a030 100644 --- a/libringbuffer/Makefile.am +++ b/libringbuffer/Makefile.am @@ -1,25 +1,21 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include AM_CFLAGS = -fno-strict-aliasing noinst_LTLIBRARIES = libringbuffer.la libringbuffer_la_SOURCES = \ - shm.c \ - shm.h \ - smp.c \ - shm.h shm_types.h shm_internal.h \ + smp.h smp.c getcpu.h \ + shm.c shm.h shm_types.h shm_internal.h \ ring_buffer_backend.c \ ring_buffer_frontend.c \ api.h \ backend.h backend_internal.h backend_types.h \ frontend_api.h frontend.h frontend_internal.h frontend_types.h \ - nohz.h - - -libringbuffer_la_LDFLAGS = -no-undefined -version-info 0:0:0 + nohz.h vatomic.h tlsfixup.h libringbuffer_la_LIBADD = \ -lpthread \ - -lrt + -lrt \ + -luuid libringbuffer_la_CFLAGS = -DUST_COMPONENT="libringbuffer" -fno-strict-aliasing