Added SILC MAC API, removed the SILC HMAC API.
[crypto.git] / lib / silccrypt / Makefile.ad
index 596ac7a5e5207d734b2cb3510bcfca7573a21b3b..afa77f574f2460fe16325bc1f14af99521efd0b4 100644 (file)
@@ -47,7 +47,7 @@ libsilccrypt_la_SOURCES =     \
        silccrypto.c            \
        silccipher.c            \
        silchash.c              \
-       silchmac.c              \
+       silcmac.c               \
        silcrng.c               \
        silcpkcs.c              \
        silcpkcs1.c             \
@@ -60,7 +60,7 @@ include_HEADERS =             \
        silccipher.h            \
        silccipher_i.h          \
        silchash.h              \
-       silchmac.h              \
+       silcmac.h               \
        silcpkcs.h              \
        silcpkcs_i.h            \
        silcrng.h               \
@@ -72,7 +72,7 @@ SILC_EXTRA_DIST = tests
 SUFFIXES = .asm
 
 .asm.lo:
-       $(LIBTOOL) --tag=CC --mode=compile @SILC_ASSEMBLER@ $<
+       $(LIBTOOL) --tag=CC --mode=compile @SILC_ASSEMBLER@ $< @SILC_AES_ASM_FLAGS@
 
 EXTRA_DIST = *.h *.asm $(SILC_EXTRA_DIST)