X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libcounter%2FMakefile.am;h=534238f4f8a97b5bbd7adf0aaaf65c1691d582f0;hb=6ba6fd60507f8e045bdc4f1be14e9d99c6a15f7f;hp=e716b085a6717f7943030b096a7e6fb7eb3da06a;hpb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;p=lttng-ust.git diff --git a/libcounter/Makefile.am b/libcounter/Makefile.am index e716b085..534238f4 100644 --- a/libcounter/Makefile.am +++ b/libcounter/Makefile.am @@ -1,19 +1,19 @@ # SPDX-License-Identifier: LGPL-2.1-only -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include 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