cryb-to/lib/rsaref/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

19 lines
308 B
Makefile

AM_CPPFLAGS = -include $(top_srcdir)/include/cryb/nocoverage.h
noinst_LTLIBRARIES = librsaref.la
librsaref_la_SOURCES = \
desc.c \
digit.c \
md2c.c \
md5c.c \
nn.c \
prime.c \
r_dh.c \
r_encode.c \
r_enhanc.c \
r_keygen.c \
r_random.c \
r_stdlib.c \
rsa.c
librsaref_la_CFLAGS = -DPROTOTYPES=1