Add powerpc64 host_cpu to configure.ac
[lttng-ust.git] / libringbuffer / Makefile.am
CommitLineData
4931a13e
MD
1AM_CPPFLAGS = -I$(top_srcdir)/include
2AM_CFLAGS = -fno-strict-aliasing
3
4lib_LTLIBRARIES = libringbuffer.la
5
a6352fd4
MD
6noinst_HEADERS = \
7 smp.h
8
4931a13e 9libringbuffer_la_SOURCES = \
1d498196 10 shm.c \
a6352fd4 11 smp.c \
4931a13e 12 ring_buffer_backend.c \
a6352fd4 13 ring_buffer_frontend.c
4931a13e
MD
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.023807 seconds and 4 git commands to generate.