From 9e37d811e8b382f332f9b6a4db035ae7fdc66039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 14 Nov 2020 13:43:46 +0100 Subject: [PATCH] =?UTF-8?q?meson:=20move=20log.{c,h}=20to=20=E2=80=98misc?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e6170bad..bb5a13c9 100644 --- a/meson.build +++ b/meson.build @@ -103,6 +103,7 @@ version = custom_target( misc = static_library( 'misc', 'hsl.c', 'hsl.h', + 'log.c', 'log.h', 'macros.h', 'misc.c', 'misc.h', 'uri.c', 'uri.h', @@ -145,7 +146,6 @@ executable( 'extract.c', 'extract.h', 'fdm.c', 'fdm.h', 'input.c', 'input.h', - 'log.c', 'log.h', 'main.c', 'quirks.c', 'quirks.h', 'reaper.c', 'reaper.h',