From b78010ccb1e6663ced40d212c3239b07b0065365 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Sat, 18 Dec 2021 06:38:30 +0100 Subject: Adopt shorter identifiers Also, slightly reformat the source code according to clang-format. --- meson.build | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 6ed86d2..0cabcc4 100644 --- a/meson.build +++ b/meson.build @@ -1,3 +1,4 @@ +# vim: noet ts=4 sts=4 sw=4: project('fastiv', 'c', default_options : ['c_std=gnu99', 'warning_level=2'], version : '0.1.0') @@ -65,13 +66,13 @@ resources = gnome.compile_resources('resources', c_name : 'resources', ) -exe = executable('fastiv', 'fastiv.c', 'fastiv-view.c', 'fastiv-io.c', - 'fastiv-browser.c', 'fastiv-sidebar.c', 'xdg.c', resources, +exe = executable('fastiv', 'fastiv.c', 'fiv-view.c', 'fiv-io.c', + 'fiv-browser.c', 'fiv-sidebar.c', 'xdg.c', resources, install : true, dependencies : [dependencies]) if gdkpixbuf.found() - executable('io-benchmark', 'fastiv-io-benchmark.c', 'fastiv-io.c', 'xdg.c', + executable('io-benchmark', 'fiv-io-benchmark.c', 'fiv-io.c', 'xdg.c', build_by_default : false, dependencies : [dependencies, gdkpixbuf]) endif -- cgit v1.2.3-54-g00ecf