Split out xdg.{c,h}

This commit is contained in:
2021-11-01 05:08:55 +01:00
parent 6eecee6b91
commit c8df325c70
5 changed files with 210 additions and 175 deletions

View File

@@ -20,7 +20,7 @@ configure_file(
)
executable('fastiv', 'fastiv.c', 'fastiv-view.c', 'fastiv-io.c',
'fastiv-browser.c',
'fastiv-browser.c', 'xdg.c',
install : true,
dependencies : [dependencies])