X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libcounter%2FMakefile.am;h=534238f4f8a97b5bbd7adf0aaaf65c1691d582f0;hb=02275a1d8e68c32173b45f5a0e3b27d97007c840;hp=6407d7adaa2a7a0d2795a39b8f149708521e369f;hpb=9f25e89278018f23d20882d559fdd6fefabee0f9;p=lttng-ust.git diff --git a/libcounter/Makefile.am b/libcounter/Makefile.am index 6407d7ad..534238f4 100644 --- a/libcounter/Makefile.am +++ b/libcounter/Makefile.am @@ -1,6 +1,5 @@ # 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 @@ -14,7 +13,7 @@ libcounter_la_LIBADD = \ -lpthread \ -lrt -if HAVE_LIBNUMA +if ENABLE_NUMA libcounter_la_LIBADD += -lnuma endif