summaryrefslogtreecommitdiffstats
path: root/g10/Makefile.am
blob: 90c43ef7e73ba6239e478ac33fb0f9eb3c5c38a9 (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
30
31
32
33
34
35
36
37
## Process this file with automake to produce Makefile.in

INCLUDES = -I$(top_srcdir)/include

bin_PROGRAMS = g10

g10_SOURCES = g10.c		\
	      build-packet.c	\
	      compressed.c	\
	      encode.c		\
	      encr-data.c	\
	      filter.h		\
	      free-packet.c	\
	      getkey.c		\
	      keydb.h		\
	      keygen.c		\
	      main.h		\
	      mainproc.c	\
	      armor.c		\
	      mdfilter.c	\
	      options.h 	\
	      overwrite.c	\
	      packet.h		\
	      parse-packet.c	\
	      passphrase.c	\
	      plaintext.c	\
	      pubkey-enc.c	\
	      seckey-cert.c	\
	      seskey.c		\
	      sig-check.c


LDADD = -L ../cipher -L ../mpi -L ../util -lcipher -lmpi -lutil


$(PROGRAMS): ../cipher/libcipher.a ../mpi/libmpi.a