diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-01 05:08:55 +0100 |
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-01 05:17:26 +0100 |
| commit | c8df325c7038a8312dd22be800ac008d54f8466b (patch) | |
| tree | 281d2e65a62bccdaff563bc09366d41cb06da429 /meson.build | |
| parent | 6eecee6b91a0b810c31f0c865d7329013aff226c (diff) | |
| download | fiv-c8df325c7038a8312dd22be800ac008d54f8466b.tar.gz fiv-c8df325c7038a8312dd22be800ac008d54f8466b.tar.xz fiv-c8df325c7038a8312dd22be800ac008d54f8466b.zip | |
Split out xdg.{c,h}
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 944413a..ec0741a 100644 --- a/meson.build +++ b/meson.build @@ -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]) |
