From bda1598c81f9d71c7b3d0c1b24a02a629ade690d Mon Sep 17 00:00:00 2001 From: Damien Stuart Date: Fri, 26 Dec 2008 01:17:11 +0000 Subject: [PATCH] Made fko.h an include_HEADER for proper distribution. git-svn-id: file:///home/mbr/svn/fwknop/trunk@19 510a4753-2344-4c79-9c09-4d669213fbeb --- fko/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fko/Makefile.am b/fko/Makefile.am index 13ac3aa2..e575ec52 100644 --- a/fko/Makefile.am +++ b/fko/Makefile.am @@ -3,11 +3,12 @@ lib_LTLIBRARIES = libfko.la libfko_source_files = \ base64.c base64.h cipher_funcs.c cipher_funcs.h digest.c digest.h \ fko_client_timeout.c fko_common.h fko_digest.c fko_encode.c \ - fko_encryption.c fko_error.c fko_funcs.c fko.h fko_message.c \ - fko_nat_access.c fko_rand_value.c fko_server_auth.c \ + fko_encryption.c fko_error.c fko_funcs.c fko_message.c \ + fko_nat_access.c fko_rand_value.c fko_server_auth.c fko.h \ fko_timestamp.c fko_types.h fko_user.c fko_util.c fko_util.h \ md5.c md5.h rijndael.c rijndael.h sha1.c sha256.c sha.h strlcat.c \ strlcpy.c libfko_la_SOURCES = $(libfko_source_files) libfko_la_LDFLAGS = -version-info 0:1:0 +include_HEADERS = fko.h