From: Yu Watanabe Date: Mon, 4 Jan 2021 14:57:52 +0000 (+0900) Subject: meson: drop unused variable X-Git-Tag: v248-rc1~304^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5c34d6bf18b2b0433d28c8124eb75d64db6867a;p=thirdparty%2Fsystemd.git meson: drop unused variable --- diff --git a/src/shared/meson.build b/src/shared/meson.build index dd2e82c0bcb..0f50522b6a5 100644 --- a/src/shared/meson.build +++ b/src/shared/meson.build @@ -281,12 +281,13 @@ shared_sources = files(''' '''.split()) if get_option('tests') != 'false' - shared_sources += files('tests.c', 'tests.h') + shared_sources += files(''' + test-tables.h + tests.c + tests.h + '''.split()) endif -test_tables_h = files('test-tables.h') -shared_sources += test_tables_h - generate_syscall_list = find_program('generate-syscall-list.py') fname = 'syscall-list.h' syscall_list_h = custom_target(