X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libringbuffer%2FMakefile.am;h=9bd8586812a19b46a42ee9ed6abf2055053c563d;hb=882a56d75d6054e1bf35d1bcddd668be4da4980f;hp=f1e8a971f41bf5687826e072547da17bf29ee065;hpb=84ac63b891bfc8826584719a71f071b06ca66675;p=lttng-ust.git diff --git a/libringbuffer/Makefile.am b/libringbuffer/Makefile.am index f1e8a971..9bd85868 100644 --- a/libringbuffer/Makefile.am +++ b/libringbuffer/Makefile.am @@ -4,18 +4,15 @@ 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 + nohz.h vatomic.h - -libringbuffer_la_LDFLAGS = -no-undefined -version-info 0:0:0 - libringbuffer_la_LIBADD = \ -lpthread \ -lrt