Compilation environment fixes to make make install work correctly.
[crypto.git] / lib / silccrypt / Makefile.ad
index a6204ef7f38725a63ea5fce4ebf185f4b3d15e45..286ead43dbf6b35c8e95894ebd82366d0a258351 100644 (file)
@@ -17,6 +17,8 @@
 
 AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
 
+SUBDIRS=tests
+
 noinst_LTLIBRARIES = libsilccrypt.la
 
 if SILC_AES_ASM
@@ -47,7 +49,7 @@ libsilccrypt_la_SOURCES =     \
        silccrypto.c            \
        silccipher.c            \
        silchash.c              \
-       silchmac.c              \
+       silcmac.c               \
        silcrng.c               \
        silcpkcs.c              \
        silcpkcs1.c             \
@@ -60,14 +62,14 @@ include_HEADERS =           \
        silccipher.h            \
        silccipher_i.h          \
        silchash.h              \
-       silchmac.h              \
+       silcmac.h               \
        silcpkcs.h              \
        silcpkcs_i.h            \
        silcrng.h               \
        silcpkcs1.h             \
        silcpk.h
 
-SILC_EXTRA_DIST = tests
+SILC_EXTRA_DIST =
 
 SUFFIXES = .asm