File: meson.build

package info (click to toggle)
systemd-netlogd 1.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,108 kB
  • sloc: ansic: 14,053; makefile: 29; python: 20; sh: 13
file content (6 lines) | stat: -rw-r--r-- 332 bytes parent folder | download
1
2
3
4
5
6
systemd_netlogd_conf = configure_file(
                       input : 'systemd-netlogd.service.in',
                       output : 'systemd-netlogd.service',
                       configuration : conf)
                       install_data(systemd_netlogd_conf,
                       install_dir : get_option('prefix') / 'system')