X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=libringbuffer%2FMakefile.am;h=0148a030a6d049bebaf2ee460a26483c760c481c;hp=226605337268dcff8e2d817ca07eb4c5fdf2c707;hb=bf5ff35ed0a3a7f60e92d654a5b97e73b94da852;hpb=14641debd03ba299bd06040cb62e0dbdef7fac81 diff --git a/libringbuffer/Makefile.am b/libringbuffer/Makefile.am index 22660533..0148a030 100644 --- a/libringbuffer/Makefile.am +++ b/libringbuffer/Makefile.am @@ -1,18 +1,21 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include AM_CFLAGS = -fno-strict-aliasing -lib_LTLIBRARIES = libringbuffer.la +noinst_LTLIBRARIES = libringbuffer.la libringbuffer_la_SOURCES = \ + smp.h smp.c getcpu.h \ + shm.c shm.h shm_types.h shm_internal.h \ ring_buffer_backend.c \ ring_buffer_frontend.c \ - ring_buffer_abi.c - -libringbuffer_la_LDFLAGS = -no-undefined -version-info 0:0:0 + 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 tlsfixup.h libringbuffer_la_LIBADD = \ -lpthread \ -lrt \ - $(top_builddir)/snprintf/libustsnprintf.la + -luuid libringbuffer_la_CFLAGS = -DUST_COMPONENT="libringbuffer" -fno-strict-aliasing