port: run namespace tests only on Linux
[lttng-tools.git] / src / common / Makefile.am
index 6a841e92a703bc82d4f85b73ba228e44dd383157..0376e59d293d85e255f1ea23ea5e96285c9bd6b4 100644 (file)
@@ -42,16 +42,23 @@ libcommon_la_SOURCES = \
        credentials.c credentials.h \
        daemonize.c daemonize.h \
        defaults.c \
+       domain.c \
        dynamic-array.c dynamic-array.h \
        dynamic-buffer.c dynamic-buffer.h \
        endpoint.c \
        error.c error.h \
        evaluation.c \
        event.c \
+       event-rule/event-rule.c \
+       event-rule/kprobe.c \
+       event-rule/syscall.c \
+       event-rule/uprobe.c \
+       event-rule/tracepoint.c \
        filter.c filter.h \
        fd-handle.c fd-handle.h \
        fs-handle.c fs-handle.h fs-handle-internal.h \
        futex.c futex.h \
+       kernel-probe.c \
        location.c \
        mi-lttng.c mi-lttng.h \
        notification.c \
@@ -75,6 +82,7 @@ libcommon_la_SOURCES = \
        userspace-probe.c \
        utils.c utils.h \
        uuid.c uuid.h \
+       thread.c thread.h \
        tracker.c tracker.h \
        waiter.c waiter.h
 
This page took 0.023096 seconds and 4 git commands to generate.