Fix: pass private data to context callbacks
[lttng-ust.git] / liblttng-ust / Makefile.am
index ca81ba6d4183e93cefa81d2f09dbf9e723ea5134..a3c6df331ba98459d97b4aa9fb7ea1156a60cf4d 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: LGPL-2.1-only
+
 AM_CFLAGS += -I$(srcdir) -fno-strict-aliasing
 
 noinst_LTLIBRARIES = liblttng-ust-runtime.la liblttng-ust-support.la
@@ -61,6 +63,7 @@ liblttng_ust_runtime_la_SOURCES = \
        lttng-events.c \
        lttng-hash-helper.h \
        lttng-ust-elf.c \
+       lttng-ust-elf.h \
        lttng-ust-statedump.c \
        lttng-ust-statedump.h \
        lttng-ust-statedump-provider.h \
@@ -109,13 +112,14 @@ liblttng_ust_support_la_SOURCES = \
        getenv.c \
        lttng-ust-dynamic-type.c \
        lttng-rb-clients.h \
-       lttng-ring-buffer-client.h \
+       lttng-ring-buffer-client-template.h \
        lttng-ring-buffer-client-discard.c \
        lttng-ring-buffer-client-discard-rt.c \
        lttng-ring-buffer-client-overwrite.c \
        lttng-ring-buffer-client-overwrite-rt.c \
-       lttng-ring-buffer-metadata-client.h \
+       lttng-ring-buffer-metadata-client-template.h \
        lttng-ring-buffer-metadata-client.c \
+       lttng-counter-client.h \
        lttng-counter-client-percpu-32-modular.c \
        lttng-counter-client-percpu-64-modular.c \
        lttng-clock.c lttng-getcpu.c
This page took 0.024616 seconds and 4 git commands to generate.