aboutsummaryrefslogtreecommitdiffstats
path: root/g10/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r--g10/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am
index bbdb598a4..438acec19 100644
--- a/g10/Makefile.am
+++ b/g10/Makefile.am
@@ -6,7 +6,7 @@ OMIT_DEPENDENCIES = zlib.h zconf.h
BUILT_SOURCES = g10maint.c
needed_libs = ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a
-bin_PROGRAMS = gpg gpgm
+bin_PROGRAMS = gpg gpgm gpgd
common_source = \
build-packet.c \
@@ -64,6 +64,10 @@ gpgm_SOURCES = g10maint.c \
dearmor.c \
$(common_source)
+gpgd_SOURCES = gpgd.c \
+ $(common_source)
+
+
LDADD = @INTLLIBS@ $(needed_libs) @ZLIBS@
g10maint.c : g10.c