common: keep libcommon_la_SOURCES list sorted
[lttng-tools.git] / src / common / Makefile.am
index a50123989475fe1b4235032719ab60834599e185..7ca180bd38a43ad4cd647f8b301a582f827d3d87 100644 (file)
@@ -43,6 +43,7 @@ libcommon_la_SOURCES = \
        evaluation.c \
        event.c \
        filter.c filter.h \
+       fs-handle.c fs-handle.h fs-handle-internal.h \
        futex.c futex.h \
        location.c \
        mi-lttng.c mi-lttng.h \
@@ -55,6 +56,7 @@ libcommon_la_SOURCES = \
        session-consumed-size.c \
        session-descriptor.c \
        session-rotation.c \
+       spawn-viewer.c spawn-viewer.h \
        time.c \
        trace-chunk.c trace-chunk.h \
        trace-chunk-registry.h \
@@ -64,9 +66,8 @@ libcommon_la_SOURCES = \
        userspace-probe.c \
        utils.c utils.h \
        uuid.c uuid.h \
-       tracker.c \
-       waiter.c waiter.h \
-       fs-handle.h fs-handle-internal.h fs-handle.c
+       tracker.c tracker.h \
+       waiter.c waiter.h
 
 if HAVE_ELF_H
 libcommon_la_SOURCES += \
This page took 0.023396 seconds and 4 git commands to generate.