X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=libringbuffer%2FMakefile.am;h=f1e8a971f41bf5687826e072547da17bf29ee065;hb=d028eddb5959160ef6ec4b09f786730910d0f8f8;hp=ffa37017c44b077d40049649e180db8490e251e5;hpb=a6352fd40a2090fd883a6c369144bf405c9e9ec4;p=lttng-ust.git diff --git a/libringbuffer/Makefile.am b/libringbuffer/Makefile.am index ffa37017..f1e8a971 100644 --- a/libringbuffer/Makefile.am +++ b/libringbuffer/Makefile.am @@ -1,21 +1,23 @@ AM_CPPFLAGS = -I$(top_srcdir)/include AM_CFLAGS = -fno-strict-aliasing -lib_LTLIBRARIES = libringbuffer.la - -noinst_HEADERS = \ - smp.h +noinst_LTLIBRARIES = libringbuffer.la libringbuffer_la_SOURCES = \ - smp.c \ + smp.h smp.c \ + shm.c shm.h shm_types.h shm_internal.h \ ring_buffer_backend.c \ - ring_buffer_frontend.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 libringbuffer_la_LIBADD = \ -lpthread \ - -lrt \ - $(top_builddir)/snprintf/libustsnprintf.la + -lrt libringbuffer_la_CFLAGS = -DUST_COMPONENT="libringbuffer" -fno-strict-aliasing