diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-28 19:58:14 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-28 20:18:25 +0100 |
commit | bf47782f0a4720da8b6aeb39cfc128b6b26ded6e (patch) | |
tree | e56f6968653df7c5129e5130e7cb7093211849ae /meson.build | |
parent | c1af556751e196aba1f66aa06ce36f00d07d7ca7 (diff) | |
download | fiv-bf47782f0a4720da8b6aeb39cfc128b6b26ded6e.tar.gz fiv-bf47782f0a4720da8b6aeb39cfc128b6b26ded6e.tar.xz fiv-bf47782f0a4720da8b6aeb39cfc128b6b26ded6e.zip |
Move thumbnails into their own source file
And clean up identifiers.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index ecad76f..50ac6f2 100644 --- a/meson.build +++ b/meson.build @@ -71,7 +71,7 @@ resources = gnome.compile_resources('resources', ) exe = executable('fastiv', 'fastiv.c', 'fiv-view.c', 'fiv-io.c', - 'fiv-browser.c', 'fiv-sidebar.c', 'xdg.c', resources, + 'fiv-browser.c', 'fiv-sidebar.c', 'fiv-thumbnail.c', 'xdg.c', resources, install : true, dependencies : [dependencies]) |