mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
tools: move generate-gperfs.py to tools/
This commit is contained in:
parent
cb3108669d
commit
6ec439fd4b
@ -1388,6 +1388,8 @@ includes = include_directories('src/basic',
|
||||
|
||||
add_project_arguments('-include', 'config.h', language : 'c')
|
||||
|
||||
generate_gperfs = find_program('tools/generate-gperfs.py')
|
||||
|
||||
subdir('po')
|
||||
subdir('catalog')
|
||||
subdir('src/systemd')
|
||||
|
@ -179,8 +179,6 @@ basic_sources = files('''
|
||||
|
||||
missing_h = files('missing.h')
|
||||
|
||||
generate_gperfs = find_program('generate-gperfs.py')
|
||||
|
||||
generate_af_list = find_program('generate-af-list.sh')
|
||||
af_list_txt = custom_target(
|
||||
'af-list.txt',
|
||||
|
Loading…
Reference in New Issue
Block a user