diff options
author | Werner Koch <wk@gnupg.org> | 2004-01-27 17:40:42 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-01-27 17:40:42 +0100 |
commit | eb24d8b751750cf96cb200f80b45ed3806648883 (patch) | |
tree | e78feb11795ff62728bc443352006ae33e50ec9c /common/Makefile.am | |
parent | * call-scd.c (atfork_cb): New. (diff) | |
download | gnupg2-eb24d8b751750cf96cb200f80b45ed3806648883.tar.xz gnupg2-eb24d8b751750cf96cb200f80b45ed3806648883.zip |
Some minor bug fixes, new test utilities and started support for other
smartcard applications.
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 79dedca34..770ed12d6 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -29,6 +29,7 @@ AM_CPPFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS) libcommon_a_SOURCES = \ util.h i18n.h \ errors.h \ + sexp-parse.h \ maperror.c \ sysutils.c sysutils.h \ gettime.c \ |