aboutsummaryrefslogtreecommitdiffstats
path: root/g10/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r--g10/Makefile.am33
1 files changed, 33 insertions, 0 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am
new file mode 100644
index 000000000..e01940b99
--- /dev/null
+++ b/g10/Makefile.am
@@ -0,0 +1,33 @@
+## 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 \
+ 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
+