Enabled AES assembler support on x86-64 in shared libraries.
[crypto.git] / lib / silccrypt / Makefile.ad
index 596ac7a5e5207d734b2cb3510bcfca7573a21b3b..a6204ef7f38725a63ea5fce4ebf185f4b3d15e45 100644 (file)
@@ -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)