diff options
author | Werner Koch <wk@gnupg.org> | 2010-04-20 15:47:12 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-04-20 15:47:12 +0200 |
commit | 67934a8c138dc7f1cc82627099fd3dee47e15c2f (patch) | |
tree | 42185f39d1bdb5bc4e69989dc8ca22d60513c3c7 /common/Makefile.am | |
parent | Add a separate header for time related fucntions. (diff) | |
download | gnupg2-67934a8c138dc7f1cc82627099fd3dee47e15c2f.tar.xz gnupg2-67934a8c138dc7f1cc82627099fd3dee47e15c2f.zip |
Add missing file.
Typo fix.
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index d991182d0..de9e8f5ce 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -68,7 +68,7 @@ common_sources = \ sexputil.c \ sysutils.c sysutils.h \ homedir.c \ - gettime.c \ + gettime.c gettime.h \ yesno.c \ b64enc.c b64dec.c \ convert.c \ |