summaryrefslogtreecommitdiff
path: root/src/include/meson.build
blob: 5f621f564415e1851b003ac8ab6bf5ea74a96d98 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
sqmail_hdrs = [
  'base64.h',
  'commands.h',
  'constmap.h',
  'control.h',
  'date822fmt.h',
  'datetime.h',
  'dkimbase.h',
  'dkim.h',
  'dkimsign.h',
  'dkimverify.h',
  'dnsdoe.h',
  'dnsgettxt.h',
  'dns.h',
  'exit.h',
  'extra.h',
  'fifo.h',
  'fmtqfn.h',
  'gfrom.h',
  'global.h',
  'headerbody.h',
  'hfield.h',
  'hier.h',
  'hmac_md5.h',
  'ipalloc.h',
  'ipme.h',
  'maildir.h',
  'md5.h',
  'mfrules.h',
  'myctime.h',
  'newfield.h',
  'now.h',
  'prioq.h',
  'prot.h',
  'qlx.h',
  'qmail.h',
  'qsutil.h',
  'quote.h',
  'rcpthosts.h',
  'readsubdir.h',
  'readwrite.h',
  'received.h',
  'recipients.h',
  'sendtodo.h',
  'sha1.h',
  'sha256.h',
  'smtpdlog.h',
  'spf.h',
  'srs2.h',
  'strset.h',
  'tcpto.h',
  'tls_errors.h',
  'tls_remote.h',
  'tls_start.h',
  'tls_timeoutio.h',
  'token822.h',
  'trigger.h',
  'triggerpull.h',
  'wildmat.h',
]

sqmail_hdrs_subdir = 'sqmail'

install_headers(sqmail_hdrs, subdir : sqmail_hdrs_subdir)