mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04: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 = static_library(
|
||||||
'misc',
|
'misc',
|
||||||
'hsl.c', 'hsl.h',
|
'hsl.c', 'hsl.h',
|
||||||
|
'log.c', 'log.h',
|
||||||
'macros.h',
|
'macros.h',
|
||||||
'misc.c', 'misc.h',
|
'misc.c', 'misc.h',
|
||||||
'uri.c', 'uri.h',
|
'uri.c', 'uri.h',
|
||||||
|
|
@ -145,7 +146,6 @@ executable(
|
||||||
'extract.c', 'extract.h',
|
'extract.c', 'extract.h',
|
||||||
'fdm.c', 'fdm.h',
|
'fdm.c', 'fdm.h',
|
||||||
'input.c', 'input.h',
|
'input.c', 'input.h',
|
||||||
'log.c', 'log.h',
|
|
||||||
'main.c',
|
'main.c',
|
||||||
'quirks.c', 'quirks.h',
|
'quirks.c', 'quirks.h',
|
||||||
'reaper.c', 'reaper.h',
|
'reaper.c', 'reaper.h',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue