X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=libringbuffer%2FMakefile.am;h=33db165323def56ab75dc7a97dccaf07190809cd;hb=8902dadc26f8ed82bb77fc1c7fc4180631a92339;hp=74a9b0dcfae240c0b32370c8c00db0bc42552d10;hpb=b728d87e617189fe9898a9492a559ecf949d2348;p=lttng-ust.git diff --git a/libringbuffer/Makefile.am b/libringbuffer/Makefile.am index 74a9b0dc..33db1653 100644 --- a/libringbuffer/Makefile.am +++ b/libringbuffer/Makefile.am @@ -1,20 +1,17 @@ -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 = \ - smp.h smp.c \ + 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 vatomic.h - - -libringbuffer_la_LDFLAGS = -no-undefined -version-info 0:0:0 + nohz.h vatomic.h rb-init.h libringbuffer_la_LIBADD = \ -lpthread \