cryb-to/lib/Makefile.am

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