Fix UST SIGPIPE handling
[lttng-ust.git] / libringbuffer / Makefile.am
index 2fe76816b4964d850cb6251272a337c0bb01d617..b5b0ebd1f2e7cda10a6cc6dc17d7ff1c610c9c2e 100644 (file)
@@ -1,22 +1,20 @@
 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 = \
-       shm.c \
-       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
-
-libringbuffer_la_LDFLAGS = -no-undefined -version-info 0:0:0
-
+       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 vatomic.h tlsfixup.h
+       
 libringbuffer_la_LIBADD = \
        -lpthread \
-       -lrt \
-       $(top_builddir)/snprintf/libustsnprintf.la
+       -lrt
 
 libringbuffer_la_CFLAGS = -DUST_COMPONENT="libringbuffer" -fno-strict-aliasing
This page took 0.023133 seconds and 4 git commands to generate.