Fix: pass private data to context callbacks
[lttng-ust.git] / libcounter / Makefile.am
CommitLineData
c0c0989a
MJ
1# SPDX-License-Identifier: LGPL-2.1-only
2
ebabbf58
MD
3AM_CFLAGS += -fno-strict-aliasing
4
5noinst_LTLIBRARIES = libcounter.la
6
7libcounter_la_SOURCES = \
8 counter.c smp.c smp.h shm.c shm.h shm_internal.h shm_types.h \
9f25e892
MD
9 counter-api.h counter.h counter-internal.h counter-types.h \
10 counter-config.h
ebabbf58
MD
11
12libcounter_la_LIBADD = \
13 -lpthread \
14 -lrt
15
41ad81d8 16if ENABLE_NUMA
ebabbf58
MD
17libcounter_la_LIBADD += -lnuma
18endif
19
20libcounter_la_CFLAGS = -DUST_COMPONENT="libcounter" $(AM_CFLAGS)
This page took 0.024144 seconds and 4 git commands to generate.