cryb-to/lib/Makefile.am
Dag-Erling Smørgrav 479ffbba4a Remove author and sponsor tags; we'll deal with that some other way.
Remove $Cryb$ tags as it is likely that the code will move to git.
2014-08-01 14:31:07 +00:00

13 lines
113 B
Makefile

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