aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-11-18 22:00:08 +0100
committerPřemysl Eric Janouch <p@janouch.name>2021-11-19 20:03:43 +0100
commit216767d7ee6fde6dc6e70f094a4824ea678dfa42 (patch)
treee2c8cb1ee5d8fad6acc618f808ae95a1034b9f68 /meson.build
parent3bc07e00d9031c908031ef3fcfe325789c5e7594 (diff)
downloadfiv-216767d7ee6fde6dc6e70f094a4824ea678dfa42.tar.gz
fiv-216767d7ee6fde6dc6e70f094a4824ea678dfa42.tar.xz
fiv-216767d7ee6fde6dc6e70f094a4824ea678dfa42.zip
Add a customized sidebar widget
Slowly eliminating all potential uses of GTK+'s standalone file open dialog, which is highly duplicitous.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 7081517..1f8764e 100644
--- a/meson.build
+++ b/meson.build
@@ -31,7 +31,7 @@ configure_file(
)
exe = executable('fastiv', 'fastiv.c', 'fastiv-view.c', 'fastiv-io.c',
- 'fastiv-browser.c', 'xdg.c',
+ 'fastiv-browser.c', 'fastiv-sidebar.c', 'xdg.c',
install : true,
dependencies : [dependencies])