From: Michael Rash Date: Sat, 1 Sep 2012 02:59:44 +0000 (-0400) Subject: Added fko_context.h file to lib/Makefile.am X-Git-Tag: fwknop-2.0.3~13 X-Git-Url: http://www.cipherdyne.com/cgi-bin/gitweb.cgi?p=fwknop.git;a=commitdiff_plain;h=b567514a6c722886fef5044a44abfc1514eff032 Added fko_context.h file to lib/Makefile.am --- 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)