summaryrefslogtreecommitdiffstats
path: root/g10/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-04-02 21:27:10 +0200
committerWerner Koch <wk@gnupg.org>1998-04-02 21:27:10 +0200
commitaa713cb0f537a3e0a3fe5e206eb47a2abf5019de (patch)
treec6c3fe26ef6094ab6f95ec1ecebd14f5fd8274a9 /g10/Makefile.am
parentrelease 0.2.14 (diff)
downloadgnupg2-aa713cb0f537a3e0a3fe5e206eb47a2abf5019de.tar.xz
gnupg2-aa713cb0f537a3e0a3fe5e206eb47a2abf5019de.zip
started with keyserver
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