diff options
author | Werner Koch <wk@gnupg.org> | 1998-04-02 21:27:10 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-04-02 21:27:10 +0200 |
commit | aa713cb0f537a3e0a3fe5e206eb47a2abf5019de (patch) | |
tree | c6c3fe26ef6094ab6f95ec1ecebd14f5fd8274a9 /g10/Makefile.am | |
parent | release 0.2.14 (diff) | |
download | gnupg2-aa713cb0f537a3e0a3fe5e206eb47a2abf5019de.tar.xz gnupg2-aa713cb0f537a3e0a3fe5e206eb47a2abf5019de.zip |
started with keyserver
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r-- | g10/Makefile.am | 6 |
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 |