summaryrefslogtreecommitdiff
path: root/src/systemd/meson.build
blob: 91a35b13fecdc7f79b2e2e0e6d7a0cf004124176 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# -*- mode: meson -*-

headers = '''
  sd-bus.h
  sd-bus-protocol.h
  sd-bus-vtable.h
  sd-daemon.h
  sd-event.h
  sd-id128.h
  sd-journal.h
  sd-login.h
  sd-messages.h
  _sd-common.h
'''.split()

#  sd-device.h
#  sd-hwdb.h
#  sd-dhcp6-client.h
#  sd-dhcp6-lease.h
#  sd-dhcp-client.h
#  sd-dhcp-lease.h
#  sd-dhcp-server.h
#  sd-ipv4acd.h
#  sd-ipv4ll.h
#  sd-lldp.h
#  sd-ndisc.h
#  sd-netlink.h
#  sd-network.h
#  sd-path.h
#  sd-resolve.h
#  sd-utf8.h

install_headers(headers, subdir : 'systemd')