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