X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libcounter%2FMakefile.am;h=534238f4f8a97b5bbd7adf0aaaf65c1691d582f0;hb=6ba6fd60507f8e045bdc4f1be14e9d99c6a15f7f;hp=9d52b74c3f8efe372589073ead9719be4f772b50;hpb=ebabbf580131acd1fe246c4d31fc5c044d36a038;p=lttng-ust.git diff --git a/libcounter/Makefile.am b/libcounter/Makefile.am index 9d52b74c..534238f4 100644 --- a/libcounter/Makefile.am +++ b/libcounter/Makefile.am @@ -1,17 +1,19 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include +# SPDX-License-Identifier: LGPL-2.1-only + AM_CFLAGS += -fno-strict-aliasing noinst_LTLIBRARIES = libcounter.la libcounter_la_SOURCES = \ counter.c smp.c smp.h shm.c shm.h shm_internal.h shm_types.h \ - counter-api.h counter.h counter-internal.h counter-types.h + counter-api.h counter.h counter-internal.h counter-types.h \ + counter-config.h libcounter_la_LIBADD = \ -lpthread \ -lrt -if HAVE_LIBNUMA +if ENABLE_NUMA libcounter_la_LIBADD += -lnuma endif