cryb-to/lib/Makefile.am

14 lines
113 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 \
rand \
oath
if WITH_RSAREF
SUBDIRS += rsaref
endif