Added fko_context.h file to lib/Makefile.am

This commit is contained in:
Michael Rash
2012-08-31 22:59:44 -04:00
parent d739331818
commit b567514a6c
+2 -1
View File
@@ -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)