updates.
[silc.git] / lib / silccrypt / Makefile.am
index 8840a617bc4003703cb56b603f1627a9ab55ac32..cce35796f149d7f2b1c4cefe300b37edde72d852 100644 (file)
@@ -31,6 +31,7 @@ libsilccrypt_a_SOURCES = \
        sha1.c \
        twofish.c \
        blowfish.c \
+       cast.c \
        silccipher.c \
        silchash.c \
        silchmac.c \
@@ -38,7 +39,30 @@ libsilccrypt_a_SOURCES = \
        silcpkcs.c \
        pkcs1.c
 
-EXTRA_DIST = *.h
+if SILC_DIST_TOOLKIT
+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
+endif
 
-include $(top_srcdir)/Makefile.defines
+EXTRA_DIST = *.h
 
+include $(top_srcdir)/Makefile.defines.in