diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-05-28 09:31:05 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-05-28 09:33:03 +0200 |
commit | 859736e5be7746ef90535754e37a3a8ec87dfd5e (patch) | |
tree | ddba6c5bcd15842a911ccf6841bfd7157f62ae99 /meson.build | |
parent | d5b2e43364f0d32cb7cd02247434cb1a95661bac (diff) | |
download | fiv-859736e5be7746ef90535754e37a3a8ec87dfd5e.tar.gz fiv-859736e5be7746ef90535754e37a3a8ec87dfd5e.tar.xz fiv-859736e5be7746ef90535754e37a3a8ec87dfd5e.zip |
Move FivIoModel to its own compilation unit
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 9d1ceca..f196d29 100644 --- a/meson.build +++ b/meson.build @@ -140,7 +140,7 @@ tiff_tables = custom_target('tiff-tables.h', desktops = ['fiv.desktop', 'fiv-browse.desktop'] exe = executable('fiv', 'fiv.c', 'fiv-view.c', 'fiv-io.c', 'fiv-context-menu.c', 'fiv-browser.c', 'fiv-sidebar.c', 'fiv-thumbnail.c', 'fiv-collection.c', - 'xdg.c', tiff_tables, gresources, rc, config, + 'fiv-io-model.c', 'xdg.c', tiff_tables, gresources, rc, config, install : true, dependencies : dependencies, win_subsystem : 'windows', |