X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libringbuffer%2FMakefile.am;h=f1e8a971f41bf5687826e072547da17bf29ee065;hb=45e9e6996ae8da8d5dfffbe9aebd8e0438a84124;hp=bc2c7a727db05d5d3e3c65453bfa1a3b6821dace;hpb=4931a13e87ddbbabe4911e622e78c85b2197ecbf;p=lttng-ust.git diff --git a/libringbuffer/Makefile.am b/libringbuffer/Makefile.am index bc2c7a72..f1e8a971 100644 --- a/libringbuffer/Makefile.am +++ b/libringbuffer/Makefile.am @@ -1,22 +1,23 @@ AM_CPPFLAGS = -I$(top_srcdir)/include AM_CFLAGS = -fno-strict-aliasing -lib_LTLIBRARIES = libringbuffer.la +noinst_LTLIBRARIES = libringbuffer.la libringbuffer_la_SOURCES = \ + smp.h smp.c \ + shm.c shm.h shm_types.h shm_internal.h \ ring_buffer_backend.c \ ring_buffer_frontend.c \ - ring_buffer_iterator.c \ - ring_buffer_vfs.c \ - ring_buffer_splice.c \ - ring_buffer_mmap.c \ - ../libprio_heap/lttng_prio_heap.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 libringbuffer_la_LIBADD = \ -lpthread \ - -lrt \ - $(top_builddir)/snprintf/libustsnprintf.la + -lrt libringbuffer_la_CFLAGS = -DUST_COMPONENT="libringbuffer" -fno-strict-aliasing