diff --git a/lib/Makefile.am b/lib/Makefile.am index b0ee5a74..fc1e93f3 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -7,7 +7,8 @@ libfko_source_files = \ fko_message.h fko_nat_access.c fko_rand_value.c fko_server_auth.c \ fko.h fko_limits.h fko_timestamp.c fko_user.c fko_util.h md5.c md5.h \ rijndael.c rijndael.h sha1.c sha1.h sha2.c sha2.h strlcat.c \ - strlcpy.c fko_state.h fko_context.h gpgme_funcs.c gpgme_funcs.h + strlcpy.c fko_context.h fko_state.h fko_context.h gpgme_funcs.c \ + gpgme_funcs.h libfko_la_SOURCES = $(libfko_source_files)