]>
Commit | Line | Data |
---|---|---|
fe4ce08b A |
1 | # |
2 | # | |
3 | # | |
4 | ||
beb15981 A |
5 | if HAVE_SWIFT |
6 | osdir=${prefix}/lib/swift/os | |
7 | else | |
fe4ce08b | 8 | osdir=$(includedir)/os |
beb15981 | 9 | endif |
fe4ce08b A |
10 | |
11 | os_HEADERS= \ | |
beb15981 A |
12 | object.h \ |
13 | linux_base.h | |
fe4ce08b A |
14 | |
15 | noinst_HEADERS= \ | |
beb15981 A |
16 | object_private.h \ |
17 | voucher_activity_private.h \ | |
18 | voucher_private.h |