cryb-to/lib/Makefile.am

15 lines
120 B
Text
Raw Normal View History

2014-07-04 11:18:53 +00:00
SUBDIRS = \
core \
2014-08-01 14:18:25 +00:00
cpe \
2014-07-04 11:18:53 +00:00
digest \
enc \
hash \
2014-07-04 11:18:53 +00:00
mac \
mpi \
2014-07-04 11:18:53 +00:00
rand \
oath
if WITH_RSAREF
SUBDIRS += rsaref
endif