X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libringbuffer%2FMakefile.am;h=a64ee6e4d043736c4fa731494e864f7482fc6e76;hb=36385b6ec421b3e752ce1eaad3bcb6776f5536dd;hp=9cd8c2699211c6c5c7bcde9c22d9816d2c345001;hpb=d2869a264f99f0e8138fd3fa08f3121a69e75150;p=lttng-ust.git diff --git a/libringbuffer/Makefile.am b/libringbuffer/Makefile.am index 9cd8c269..a64ee6e4 100644 --- a/libringbuffer/Makefile.am +++ b/libringbuffer/Makefile.am @@ -3,14 +3,18 @@ AM_CFLAGS = -fno-strict-aliasing noinst_LTLIBRARIES = libringbuffer.la -noinst_HEADERS = \ - smp.h - libringbuffer_la_SOURCES = \ shm.c \ + shm.h \ smp.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