X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2FMakefile.am;h=e55cb151c4197e0f1ec814bc0df0885058e9b4ca;hb=ee9ad49e68cd69759ca643579c2f0de0747c4f61;hp=3af1fac91ad6e3ea3c851c6d3e7a8ee6b5bd4fce;hpb=a697c2029b0cdf9e8d5192c284191369d26c1c34;p=silc.git diff --git a/lib/silccrypt/Makefile.am b/lib/silccrypt/Makefile.am index 3af1fac9..e55cb151 100644 --- a/lib/silccrypt/Makefile.am +++ b/lib/silccrypt/Makefile.am @@ -39,6 +39,28 @@ libsilccrypt_a_SOURCES = \ silcpkcs.c \ pkcs1.c +include_HEADERS = \ + aes.h \ + blowfish.h \ + cast.h \ + ciphers_def.h \ + ciphers.h \ + mars.h \ + md5.h \ + none.h \ + pkcs1.h \ + rc5.h \ + rc6.h \ + rsa.h \ + sha1.h \ + silccipher.h \ + silcdh.h \ + silchash.h \ + silchmac.h \ + silcpkcs.h \ + silcrng.h \ + twofish.h + EXTRA_DIST = *.h include $(top_srcdir)/Makefile.defines.in