Fix: event-notifier: not propagating error counter indexes
[lttng-ust.git] / libcounter / Makefile.am
CommitLineData
ebabbf58
MD
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
2AM_CFLAGS += -fno-strict-aliasing
3
4noinst_LTLIBRARIES = libcounter.la
5
6libcounter_la_SOURCES = \
7 counter.c smp.c smp.h shm.c shm.h shm_internal.h shm_types.h \
8 counter-api.h counter.h counter-internal.h counter-types.h
9
10libcounter_la_LIBADD = \
11 -lpthread \
12 -lrt
13
14if HAVE_LIBNUMA
15libcounter_la_LIBADD += -lnuma
16endif
17
18libcounter_la_CFLAGS = -DUST_COMPONENT="libcounter" $(AM_CFLAGS)
This page took 0.022682 seconds and 4 git commands to generate.