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