mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 04:03:36 +08:00
meson: include .cc files in tags too
We only have one, but it seems reasonable to not exclude it. Result tested with emacs.
This commit is contained in:
parent
c4a090d60e
commit
ba9ca60a88
@ -4726,7 +4726,7 @@ if git.found()
|
||||
all_files = run_command(
|
||||
env, '-u', 'GIT_WORK_TREE',
|
||||
git, '--git-dir=@0@/.git'.format(project_source_root),
|
||||
'ls-files', ':/*.[ch]',
|
||||
'ls-files', ':/*.[ch]', ':/*.cc',
|
||||
check : false)
|
||||
if all_files.returncode() == 0
|
||||
all_files = files(all_files.stdout().split())
|
||||
|
Loading…
Reference in New Issue
Block a user