Cygwin: Pass file paths instead of file descriptors over UNIX sockets
[lttng-ust.git] / libringbuffer / Makefile.am
CommitLineData
9d9d9767 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
4931a13e
MD
2AM_CFLAGS = -fno-strict-aliasing
3
d672b30f 4noinst_LTLIBRARIES = libringbuffer.la
4931a13e
MD
5
6libringbuffer_la_SOURCES = \
2b2d6ff7 7 smp.h smp.c getcpu.h \
84ac63b8 8 shm.c shm.h shm_types.h shm_internal.h \
4931a13e 9 ring_buffer_backend.c \
36385b6e
MD
10 ring_buffer_frontend.c \
11 api.h \
12 backend.h backend_internal.h backend_types.h \
13 frontend_api.h frontend.h frontend_internal.h frontend_types.h \
f645cfa7 14 nohz.h vatomic.h tlsfixup.h
9d9d9767 15
4931a13e
MD
16libringbuffer_la_LIBADD = \
17 -lpthread \
bf5ff35e
CB
18 -lrt \
19 -luuid
4931a13e
MD
20
21libringbuffer_la_CFLAGS = -DUST_COMPONENT="libringbuffer" -fno-strict-aliasing
This page took 0.024437 seconds and 4 git commands to generate.