Disable build of libraries/tests that rely on the RTLD_NEXT GNU extension
[lttng-ust.git] / libringbuffer / Makefile.am
CommitLineData
9d9d9767 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
4931a13e
MD
2AM_CFLAGS = -fno-strict-aliasing
3
d672b30f 4noinst_LTLIBRARIES = libringbuffer.la
4931a13e
MD
5
6libringbuffer_la_SOURCES = \
2b2d6ff7 7 smp.h smp.c getcpu.h \
84ac63b8 8 shm.c shm.h shm_types.h shm_internal.h \
4931a13e 9 ring_buffer_backend.c \
36385b6e
MD
10 ring_buffer_frontend.c \
11 api.h \
12 backend.h backend_internal.h backend_types.h \
13 frontend_api.h frontend.h frontend_internal.h frontend_types.h \
f645cfa7 14 nohz.h vatomic.h tlsfixup.h
9d9d9767 15
4931a13e
MD
16libringbuffer_la_LIBADD = \
17 -lpthread \
d672b30f 18 -lrt
4931a13e
MD
19
20libringbuffer_la_CFLAGS = -DUST_COMPONENT="libringbuffer" -fno-strict-aliasing
This page took 0.024531 seconds and 4 git commands to generate.