rc.xml: move nodename() to nodename.c

This commit is contained in:
Johan Malm 2021-02-16 21:04:49 +00:00
parent a97428020e
commit 9eac349046
4 changed files with 58 additions and 34 deletions

View file

@ -4,6 +4,7 @@ labwc_sources += files(
'font.c',
'grab-file.c',
'log.c',
'nodename.c',
'spawn.c',
'string-helpers.c',
)