cryb-to/lib/Makefile.am

15 lines
116 B
Text
Raw Normal View History

2014-07-04 11:20:46 +00:00
# $Cryb$
2014-07-04 11:18:53 +00:00
SUBDIRS = \
core \
digest \
enc \
hash \
2014-07-04 11:18:53 +00:00
mac \
rand \
oath
if WITH_RSAREF
SUBDIRS += rsaref
endif