executable(
'systemd-gpt-auto-generator',
'src/gpt-auto-generator/gpt-auto-generator.c',
- 'src/shared/blkid-util.h',
include_directories : includes,
link_with : [libshared],
dependencies : libblkid,
public_programs += executable(
'systemd-hwdb',
'src/hwdb/hwdb.c',
- 'src/libsystemd/sd-hwdb/hwdb-internal.h',
include_directories : includes,
link_with : udev_link_with,
install_rpath : udev_rpath,
executable(
'systemd-sulogin-shell',
- ['src/sulogin-shell/sulogin-shell.c'],
+ 'src/sulogin-shell/sulogin-shell.c',
include_directories : includes,
link_with : [libshared],
install_rpath : rootlibexecdir,