cryb-to/include/cryb/Makefile.am

50 lines
606 B
Text
Raw Normal View History

2014-07-04 11:18:53 +00:00
crybdir = $(includedir)/cryb
cryb_HEADERS = \
algorithm.h \
attributes.h \
bitwise.h \
2014-08-01 14:18:25 +00:00
cpe.h \
ctype.h \
2014-07-04 11:18:53 +00:00
digest.h \
endian.h \
hash.h \
2014-07-04 11:18:53 +00:00
hmac.h \
2014-07-10 23:57:47 +00:00
hmac_sha1.h \
2014-07-11 13:33:58 +00:00
hmac_sha224.h \
hmac_sha256.h \
hmac_sha384.h \
hmac_sha512.h \
2014-07-04 11:18:53 +00:00
hotp.h \
md.h \
md2.h \
md4.h \
2014-07-04 11:18:53 +00:00
md5.h \
memset_s.h \
mpi.h \
2014-07-04 11:18:53 +00:00
oath.h \
oath_constants.h \
oath_types.h \
rand.h \
rfc3986.h \
rfc4648.h \
sha.h \
2014-07-04 11:18:53 +00:00
sha1.h \
2014-07-11 13:33:58 +00:00
sha224.h \
sha256.h \
sha384.h \
sha512.h \
string.h \
strlcat.h \
strlcmp.h \
strlcpy.h \
2014-07-04 11:18:53 +00:00
to.h \
totp.h \
2014-08-01 22:47:00 +00:00
version.h \
wstring.h
2014-07-04 11:18:53 +00:00
noinst_HEADERS = \
coverage.h \
impl.h \
nocoverage.h