Add userspace namespace contexts
[lttng-ust.git] / liblttng-ust / Makefile.am
index 156552806943705c954031931ea2fd888596079f..1f167218af985bcdf6d71d67e152bd6895fd3ef0 100644 (file)
@@ -33,6 +33,13 @@ liblttng_ust_runtime_la_SOURCES = \
        lttng-context-procname.c \
        lttng-context-ip.c \
        lttng-context-cpu-id.c \
+       lttng-context-cgroup-ns.c \
+       lttng-context-ipc-ns.c \
+       lttng-context-mnt-ns.c \
+       lttng-context-net-ns.c \
+       lttng-context-pid-ns.c \
+       lttng-context-user-ns.c \
+       lttng-context-uts-ns.c \
        lttng-context.c \
        lttng-events.c \
        lttng-filter.c \
@@ -61,7 +68,8 @@ liblttng_ust_runtime_la_SOURCES = \
        lttng-ust-tracelog-provider.h \
        getenv.h \
        string-utils.c \
-       string-utils.h
+       string-utils.h \
+       ns.h
 
 if HAVE_PERF_EVENT
 liblttng_ust_runtime_la_SOURCES += \
This page took 0.022929 seconds and 4 git commands to generate.