Fix make dist: check if java lib should be built in toplevel makefile too
[lttng-ust.git] / libringbuffer / Makefile.am
CommitLineData
4931a13e
MD
1AM_CPPFLAGS = -I$(top_srcdir)/include
2AM_CFLAGS = -fno-strict-aliasing
3
d672b30f 4noinst_LTLIBRARIES = libringbuffer.la
4931a13e 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 \
d672b30f 19 -lrt
4931a13e
MD
20
21libringbuffer_la_CFLAGS = -DUST_COMPONENT="libringbuffer" -fno-strict-aliasing
This page took 0.023557 seconds and 4 git commands to generate.