libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / libsodium / src / libsodium / include / Makefile.am
blob53889369bb0e9cc3c36279392453734ea89bd2b6
2 SODIUM_EXPORT = \
3         sodium.h \
4         sodium/core.h \
5         sodium/crypto_auth.h \
6         sodium/crypto_auth_hmacsha256.h \
7         sodium/crypto_auth_hmacsha512256.h \
8         sodium/crypto_box.h \
9         sodium/crypto_box_curve25519xsalsa20poly1305.h \
10         sodium/crypto_core_hsalsa20.h \
11         sodium/crypto_core_salsa20.h \
12         sodium/crypto_core_salsa2012.h \
13         sodium/crypto_core_salsa208.h \
14         sodium/crypto_generichash.h \
15         sodium/crypto_generichash_blake2b.h \
16         sodium/crypto_hash.h \
17         sodium/crypto_hash_sha256.h \
18         sodium/crypto_hash_sha512.h \
19         sodium/crypto_hashblocks_sha256.h \
20         sodium/crypto_hashblocks_sha512.h \
21         sodium/crypto_onetimeauth.h \
22         sodium/crypto_onetimeauth_poly1305.h \
23         sodium/crypto_onetimeauth_poly1305_53.h \
24         sodium/crypto_onetimeauth_poly1305_ref.h \
25         sodium/crypto_scalarmult.h \
26         sodium/crypto_scalarmult_curve25519.h \
27         sodium/crypto_secretbox.h \
28         sodium/crypto_secretbox_xsalsa20poly1305.h \
29         sodium/crypto_shorthash.h \
30         sodium/crypto_shorthash_siphash24.h \
31         sodium/crypto_sign.h \
32         sodium/crypto_sign_ed25519.h \
33         sodium/crypto_sign_edwards25519sha512batch.h \
34         sodium/crypto_stream.h \
35         sodium/crypto_stream_aes128ctr.h \
36         sodium/crypto_stream_aes256estream.h \
37         sodium/crypto_stream_salsa20.h \
38         sodium/crypto_stream_salsa2012.h \
39         sodium/crypto_stream_salsa208.h \
40         sodium/crypto_stream_xsalsa20.h \
41         sodium/crypto_int32.h \
42         sodium/crypto_int64.h \
43         sodium/crypto_uint16.h \
44         sodium/crypto_uint32.h \
45         sodium/crypto_uint64.h \
46         sodium/crypto_uint8.h \
47         sodium/crypto_verify_16.h \
48         sodium/crypto_verify_32.h \
49         sodium/export.h \
50         sodium/randombytes.h \
51         sodium/randombytes_salsa20_random.h \
52         sodium/randombytes_sysrandom.h \
53         sodium/utils.h \
54         sodium/version.h
56 EXTRA_SRC = $(SODIUM_EXPORT) \
57         sodium/crypto_scalarmult_curve25519.h.in \
58         sodium/crypto_stream_salsa20.h.in \
59         sodium/version.h.in
61 nobase_include_HEADERS = $(SODIUM_EXPORT)