From b567514a6c722886fef5044a44abfc1514eff032 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Fri, 31 Aug 2012 22:59:44 -0400 Subject: [PATCH] Added fko_context.h file to lib/Makefile.am --- lib/Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index b0ee5a7..fc1e93f 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) -- 1.7.5.4