X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libringbuffer%2FMakefile.am;h=9bd8586812a19b46a42ee9ed6abf2055053c563d;hb=982052994af40833768fef0bd342a42a1775e572;hp=74a9b0dcfae240c0b32370c8c00db0bc42552d10;hpb=b728d87e617189fe9898a9492a559ecf949d2348;p=lttng-ust.git diff --git a/libringbuffer/Makefile.am b/libringbuffer/Makefile.am index 74a9b0dc..9bd85868 100644 --- a/libringbuffer/Makefile.am +++ b/libringbuffer/Makefile.am @@ -4,7 +4,7 @@ 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 \ @@ -13,9 +13,6 @@ libringbuffer_la_SOURCES = \ 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 - libringbuffer_la_LIBADD = \ -lpthread \ -lrt