diff options
author | Oz Tiram <[email protected]> | 2025-04-03 23:28:13 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2025-04-04 22:19:13 +0000 |
commit | ccb3982a43d2c2b6682eb3218bf4241e9c937ee5 (patch) | |
tree | 367e98e7f402c624e75c93719e9c8f7237a644f8 /meson.build | |
parent | f02f8e2b57a95f908d62e85bb65327060253e0a1 (diff) | |
download | atril-ccb3982a43d2c2b6682eb3218bf4241e9c937ee5.tar.bz2 atril-ccb3982a43d2c2b6682eb3218bf4241e9c937ee5.tar.xz |
fix: shell/meson.build missing files
Signed-off-by: Oz Tiram <[email protected]>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 5da606e4..6ae98a60 100644 --- a/meson.build +++ b/meson.build @@ -339,6 +339,7 @@ configure_file( summary = [ '', '--- Build Configuration Summary For Atril ---', + '', 'prefix = @0@'.format(prefix), 'bindir = @0@'.format(bindir), 'datadir = @0@'.format(datadir), |