From 75e36e37f80032bf3512ab696856fbe42d339b99 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Fri, 3 Apr 2020 13:52:41 -0400 Subject: [PATCH] common: keep libcommon_la_SOURCES list sorted MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I8d263f4d876047074cab3169f929fd255536d702 Signed-off-by: Simon Marchi Signed-off-by: Jérémie Galarneau --- src/common/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/Makefile.am b/src/common/Makefile.am index cca159e56..7ca180bd3 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -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 \ @@ -66,8 +67,7 @@ libcommon_la_SOURCES = \ utils.c utils.h \ uuid.c uuid.h \ tracker.c tracker.h \ - waiter.c waiter.h \ - fs-handle.h fs-handle-internal.h fs-handle.c + waiter.c waiter.h if HAVE_ELF_H libcommon_la_SOURCES += \ -- 2.34.1