diff options
author | Werner Koch <wk@gnupg.org> | 2001-11-25 15:53:10 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2001-11-25 15:53:10 +0100 |
commit | 922cedfe5801b4ba77e9aaaa151966d1c1fc28a8 (patch) | |
tree | b5e277439190490a1021c3e291047c4009707ce1 /agent/Makefile.am | |
parent | Introduced the keygrip (diff) | |
download | gnupg2-922cedfe5801b4ba77e9aaaa151966d1c1fc28a8.tar.xz gnupg2-922cedfe5801b4ba77e9aaaa151966d1c1fc28a8.zip |
As promised a agent which already does some things. Not very useful
yet but may be of help for using it in ther contexts.
Diffstat (limited to 'agent/Makefile.am')
-rw-r--r-- | agent/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/agent/Makefile.am b/agent/Makefile.am index f4b6bf8c3..a8172bece 100644 --- a/agent/Makefile.am +++ b/agent/Makefile.am @@ -29,6 +29,7 @@ gpg_agent_SOURCES = \ pksign.c gpg_agent_LDADD = ../jnlib/libjnlib.a ../assuan/libassuan.a \ + ../common/libcommon.a \ ../../libgcrypt/src/.libs/libgcrypt.so.1 |