X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libringbuffer%2FMakefile.am;h=631a3568cc23885f8bbe5a835fbd34afb11b5d3e;hb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;hp=5c48dc0661d5f8cf48fb41f00fcd1ddbed6e2e41;hpb=4d4838bad480d48424bddc686f5ad0089e28ac94;p=lttng-ust.git diff --git a/libringbuffer/Makefile.am b/libringbuffer/Makefile.am index 5c48dc06..631a3568 100644 --- a/libringbuffer/Makefile.am +++ b/libringbuffer/Makefile.am @@ -1,4 +1,5 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include +# SPDX-License-Identifier: LGPL-2.1-only + AM_CFLAGS += -fno-strict-aliasing noinst_LTLIBRARIES = libringbuffer.la @@ -14,7 +15,6 @@ libringbuffer_la_SOURCES = \ nohz.h vatomic.h rb-init.h libringbuffer_la_LIBADD = \ - -lpthread \ -lrt if HAVE_LIBNUMA