diff options
author | Werner Koch <wk@gnupg.org> | 2008-12-12 09:54:50 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2008-12-12 09:54:50 +0100 |
commit | 713b80543c49ca5ff930b1848a8478cdabb53441 (patch) | |
tree | 063722bb15fd61d56960d16f785e4be80bef19f9 /g10/Makefile.am | |
parent | Make gpg not depend on the RIPE-MD160 implementaion in Libgcrypt. (diff) | |
download | gnupg2-713b80543c49ca5ff930b1848a8478cdabb53441.tar.xz gnupg2-713b80543c49ca5ff930b1848a8478cdabb53441.zip |
Add missing header file.
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r-- | g10/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am index f6f80e63e..9c829fa24 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -59,7 +59,7 @@ common_source = \ textfilter.c \ progress.c \ misc.c \ - rmd160.c \ + rmd160.c rmd160.h \ options.h \ openfile.c \ keyid.c \ |