diff options
author | Oz Tiram <[email protected]> | 2025-04-04 00:30:25 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2025-04-04 22:19:13 +0000 |
commit | 425b36ec07ea236c266ba63a93b670b472a1b130 (patch) | |
tree | 61564322b5d680a174ec836fbcaa22bde68305cc /meson.build | |
parent | 710f8c6a87a432b358c13549a6e507ede7ad3b49 (diff) | |
download | atril-425b36ec07ea236c266ba63a93b670b472a1b130.tar.bz2 atril-425b36ec07ea236c266ba63a93b670b472a1b130.tar.xz |
fix: building atrild with explicit sources
Signed-off-by: Oz Tiram <[email protected]>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 6ae98a60..1ae9885c 100644 --- a/meson.build +++ b/meson.build @@ -268,7 +268,6 @@ shell_core_deps = [ gio, ] -# Process subdirectories in the correct order subdir('libdocument') subdir('libview') subdir('libmisc') |