summaryrefslogtreecommitdiff
path: root/cipher/Makefile.am
blob: 52de7fab53459fc75d3fc82096bdbafacecf6fc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
## Process this file with automake to produce Makefile.in

INCLUDES = -I$(top_srcdir)/include

noinst_LIBRARIES = cipher


cipher_SOURCES = blowfish.c	\
		 blowfish.h	\
		 elgamal.c	\
		 elgamal.h	\
		 gost.c 	\
		 gost.h 	\
		 md5.c		\
		 md5.h		\
		 primegen.c	\
		 random.c	\
		 rmd.h		\
		 rmd160.c	\
		 sha1.h 	\
		 sha1.c 	\
		 dsa.h		\
		 dsa.c		\
		 md.c		\
		 smallprime.c

##cipher_LIBADD = rsa.o