1
0
Fork 0
mirror of https://github.com/cryb-to/cryb-to.git synced 2024-12-21 03:51:08 +00:00
cryb-to/lib/Makefile.am
2014-08-12 07:30:31 +00:00

14 lines
120 B
Makefile

SUBDIRS = \
core \
cpe \
digest \
enc \
hash \
mac \
mpi \
rand \
oath
if WITH_RSAREF
SUBDIRS += rsaref
endif