repo.or.cz
/
systemd_ALT.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
1:255.13-alt1
[systemd_ALT.git]
/
src
/
cgls
/
meson.build
blob
f7eea5b9d94608cddcaf729029fd2b204f856d35
1
# SPDX-License-Identifier: LGPL-2.1-or-later
2
3
executables += [
4
executable_template + {
5
'name' : 'systemd-cgls',
6
'public' : true,
7
'sources' : files('cgls.c'),
8
},
9
]