Ring buffer: use shmp (shared-memory pointers) for per-channel shm structures
[lttng-ust.git] / libringbuffer / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include
2 AM_CFLAGS = -fno-strict-aliasing
3
4 lib_LTLIBRARIES = libringbuffer.la
5
6 noinst_HEADERS = \
7 smp.h
8
9 libringbuffer_la_SOURCES = \
10 smp.c \
11 ring_buffer_backend.c \
12 ring_buffer_frontend.c
13
14 libringbuffer_la_LDFLAGS = -no-undefined -version-info 0:0:0
15
16 libringbuffer_la_LIBADD = \
17 -lpthread \
18 -lrt \
19 $(top_builddir)/snprintf/libustsnprintf.la
20
21 libringbuffer_la_CFLAGS = -DUST_COMPONENT="libringbuffer" -fno-strict-aliasing
This page took 0.031026 seconds and 5 git commands to generate.