Fix: pass private data to context callbacks
[lttng-ust.git] / libcounter / Makefile.am
index 6407d7adaa2a7a0d2795a39b8f149708521e369f..534238f4f8a97b5bbd7adf0aaaf65c1691d582f0 100644 (file)
@@ -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
 
This page took 0.023772 seconds and 4 git commands to generate.