mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-12-18 10:34:53 +00:00
28 lines
330 B
Makefile
28 lines
330 B
Makefile
# $Cryb$
|
|
|
|
crybdir = $(includedir)/cryb
|
|
|
|
cryb_HEADERS = \
|
|
algorithm.h \
|
|
attributes.h \
|
|
bitwise.h \
|
|
digest.h \
|
|
hmac.h \
|
|
hotp.h \
|
|
mac.h \
|
|
md5.h \
|
|
oath.h \
|
|
oath_constants.h \
|
|
oath_types.h \
|
|
rand.h \
|
|
rfc3986.h \
|
|
rfc4648.h \
|
|
sha1.h \
|
|
to.h \
|
|
totp.h \
|
|
version.h
|
|
|
|
noinst_HEADERS = \
|
|
coverage.h \
|
|
impl.h \
|
|
nocoverage.h
|