meson: move log.{c,h} to ‘misc’

This commit is contained in:
Daniel Eklöf 2020-11-14 13:43:46 +01:00
parent 0e83732162
commit 9e37d811e8
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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',