X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libringbuffer%2FMakefile.am;h=34ad690753e65df98e55502d9a6623de8aadff8b;hb=4b68c31f1859175d2bd4e1b42f1b7d301e84760f;hp=271c8beed9ffdd385e9a39902d4c463b688d3887;hpb=b6e4919f8a0787d493e23f4a67739f9038c75c0e;p=lttng-ust.git diff --git a/libringbuffer/Makefile.am b/libringbuffer/Makefile.am index 271c8bee..34ad6907 100644 --- a/libringbuffer/Makefile.am +++ b/libringbuffer/Makefile.am @@ -1,5 +1,5 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -AM_CFLAGS = -fno-strict-aliasing +AM_CFLAGS += -fno-strict-aliasing noinst_LTLIBRARIES = libringbuffer.la @@ -11,10 +11,11 @@ libringbuffer_la_SOURCES = \ api.h \ backend.h backend_internal.h backend_types.h \ frontend_api.h frontend.h frontend_internal.h frontend_types.h \ - nohz.h vatomic.h tlsfixup.h + nohz.h vatomic.h rb-init.h libringbuffer_la_LIBADD = \ -lpthread \ - -lrt + -lrt \ + -lnuma -libringbuffer_la_CFLAGS = -DUST_COMPONENT="libringbuffer" -fno-strict-aliasing +libringbuffer_la_CFLAGS = -DUST_COMPONENT="libringbuffer" $(AM_CFLAGS)