]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: drop unused variable
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 4 Jan 2021 14:57:52 +0000 (23:57 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 18 Jan 2021 22:06:32 +0000 (07:06 +0900)
src/shared/meson.build

index dd2e82c0bcbb27af6927e2c5f75ce47cc36bda7c..0f50522b6a552924f138e3f4fee073516c25a76e 100644 (file)
@@ -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(