Implement shm object table
[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 shm.c \
11 smp.c \
12 ring_buffer_backend.c \
13 ring_buffer_frontend.c
14
15 libringbuffer_la_LDFLAGS = -no-undefined -version-info 0:0:0
16
17 libringbuffer_la_LIBADD = \
18 -lpthread \
19 -lrt \
20 $(top_builddir)/snprintf/libustsnprintf.la
21
22 libringbuffer_la_CFLAGS = -DUST_COMPONENT="libringbuffer" -fno-strict-aliasing
This page took 0.03186 seconds and 5 git commands to generate.