Add userspace vuid/vgid contexts
[lttng-ust.git] / liblttng-ust / Makefile.am
index 1f167218af985bcdf6d71d67e152bd6895fd3ef0..abb7a8dc4154166f85ffb4c40e2c5239b89cbe49 100644 (file)
@@ -40,6 +40,12 @@ liblttng_ust_runtime_la_SOURCES = \
        lttng-context-pid-ns.c \
        lttng-context-user-ns.c \
        lttng-context-uts-ns.c \
+       lttng-context-vuid.c \
+       lttng-context-veuid.c \
+       lttng-context-vsuid.c \
+       lttng-context-vgid.c \
+       lttng-context-vegid.c \
+       lttng-context-vsgid.c \
        lttng-context.c \
        lttng-events.c \
        lttng-filter.c \
@@ -69,7 +75,8 @@ liblttng_ust_runtime_la_SOURCES = \
        getenv.h \
        string-utils.c \
        string-utils.h \
-       ns.h
+       ns.h \
+       creds.h
 
 if HAVE_PERF_EVENT
 liblttng_ust_runtime_la_SOURCES += \
This page took 0.023901 seconds and 4 git commands to generate.