diff options
author | Werner Koch <wk@gnupg.org> | 2007-11-19 17:03:50 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-11-19 17:03:50 +0100 |
commit | 55ba204bfa848c2e591a29fedc9f103103493a57 (patch) | |
tree | e37263e4d3a25e2aa300faf4c5240191b54ea1a7 /g10/Makefile.am | |
parent | Updated (diff) | |
download | gnupg2-55ba204bfa848c2e591a29fedc9f103103493a57.tar.xz gnupg2-55ba204bfa848c2e591a29fedc9f103103493a57.zip |
Started to implement the audit log feature.
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry.
Improved support for the quality bar.
Minor internal restructuring.
Translation fixes.
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r-- | g10/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am index 056ff9a97..ff5081200 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -62,8 +62,7 @@ common_source = \ keyid.c \ packet.h \ parse-packet.c \ - status.c \ - status.h \ + cpr.c \ plaintext.c \ sig-check.c \ keylist.c \ |