Commit c6912adf authored by Richard Levitte's avatar Richard Levitte
Browse files

Fix the build tree include directory for afalg engine



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent fa657fc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,6 +8,6 @@ IF[{- !$disabled{afalg} -}]
  ENGINES=afalg
  SOURCE[afalg]=e_afalg.c e_afalg_err.c
  DEPEND[afalg]=../../libcrypto
  INCLUDE[afalg]= {- rel2abs(catdir($builddir,"../include")) -} ../../include
  INCLUDE[afalg]= {- rel2abs(catdir($builddir,"../../include")) -} ../../include
 ENDIF
ENDIF