Fix: handle default switch case with -EINVAL in __lttng_counter_add
[lttng-ust.git] / liblttng-ust / Makefile.am
index bd05dfb8d0fda36a8ab7a20c6877c6f47caeadba..fab09251396a448d79e660f0b86833012b1cc6a2 100644 (file)
@@ -60,6 +60,7 @@ liblttng_ust_runtime_la_SOURCES = \
        lttng-ust-statedump-provider.h \
        ust_lib.c \
        ust_lib.h \
+       context-internal.h \
        context-provider-internal.h \
        tracepoint-internal.h \
        ust-events-internal.h \
@@ -101,6 +102,8 @@ liblttng_ust_support_la_SOURCES = \
        lttng-ring-buffer-client-overwrite-rt.c \
        lttng-ring-buffer-metadata-client.h \
        lttng-ring-buffer-metadata-client.c \
+       lttng-counter-client-percpu-32-modular.c \
+       lttng-counter-client-percpu-64-modular.c \
        lttng-clock.c lttng-getcpu.c
 
 liblttng_ust_la_SOURCES =
@@ -108,7 +111,8 @@ liblttng_ust_la_SOURCES =
 liblttng_ust_la_LDFLAGS = -no-undefined -version-info $(LTTNG_UST_LIBRARY_VERSION)
 
 liblttng_ust_support_la_LIBADD = \
-       $(top_builddir)/libringbuffer/libringbuffer.la
+       $(top_builddir)/libringbuffer/libringbuffer.la \
+       $(top_builddir)/libcounter/libcounter.la
 
 liblttng_ust_la_LIBADD = \
        -lrt \
This page took 0.023911 seconds and 4 git commands to generate.