mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-15 10:15:40 +00:00
479ffbba4a
Remove $Cryb$ tags as it is likely that the code will move to git.
19 lines
308 B
Makefile
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
|