Add powerpc64 host_cpu to configure.ac
[lttng-ust.git] / libringbuffer / Makefile.am
... / ...
CommitLineData
1AM_CPPFLAGS = -I$(top_srcdir)/include
2AM_CFLAGS = -fno-strict-aliasing
3
4lib_LTLIBRARIES = libringbuffer.la
5
6noinst_HEADERS = \
7 smp.h
8
9libringbuffer_la_SOURCES = \
10 shm.c \
11 smp.c \
12 ring_buffer_backend.c \
13 ring_buffer_frontend.c
14
15libringbuffer_la_LDFLAGS = -no-undefined -version-info 0:0:0
16
17libringbuffer_la_LIBADD = \
18 -lpthread \
19 -lrt \
20 $(top_builddir)/snprintf/libustsnprintf.la
21
22libringbuffer_la_CFLAGS = -DUST_COMPONENT="libringbuffer" -fno-strict-aliasing
This page took 0.024741 seconds and 4 git commands to generate.