Take NUMA configuration into account for UST buffer allocation
[lttng-ust.git] / libringbuffer / Makefile.am
CommitLineData
b6e4919f 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
e1c62734 2AM_CFLAGS += -fno-strict-aliasing
4931a13e 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 \
6f97f9c2 14 nohz.h vatomic.h rb-init.h
b6e4919f 15
4931a13e
MD
16libringbuffer_la_LIBADD = \
17 -lpthread \
4b68c31f
MD
18 -lrt \
19 -lnuma
4931a13e 20
e1c62734 21libringbuffer_la_CFLAGS = -DUST_COMPONENT="libringbuffer" $(AM_CFLAGS)
This page took 0.028566 seconds and 4 git commands to generate.