mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
meson: move log.{c,h} to ‘misc’
This commit is contained in:
parent
0e83732162
commit
9e37d811e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue