diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2022-07-04 20:16:18 +0200 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2022-07-04 20:44:47 +0200 | 
| commit | a1b2225750f5f8e326d5335e0c0d11fffc291a02 (patch) | |
| tree | 302a506a68606ea484a2a2d3da90d17a54fa6d56 /meson.build | |
| parent | b87a109d612c7e19fcc8f88af6ff7a859ae4091c (diff) | |
| download | fiv-a1b2225750f5f8e326d5335e0c0d11fffc291a02.tar.gz fiv-a1b2225750f5f8e326d5335e0c0d11fffc291a02.tar.xz fiv-a1b2225750f5f8e326d5335e0c0d11fffc291a02.zip  | |
Move the browser's popup menu to its own file
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 c511d6a..689fa2d 100644 --- a/meson.build +++ b/meson.build @@ -103,7 +103,7 @@ tiff_tables = custom_target('tiff-tables.h',  	capture : true,  ) -exe = executable('fiv', 'fiv.c', 'fiv-view.c', 'fiv-io.c', +exe = executable('fiv', 'fiv.c', 'fiv-view.c', 'fiv-io.c', 'fiv-context-menu.c',  	'fiv-browser.c', 'fiv-sidebar.c', 'fiv-thumbnail.c', 'xdg.c', resources,  	install : true,  	dependencies : [dependencies])  | 
