Commit 204fb538 authored by Richard Levitte's avatar Richard Levitte
Browse files

Add enginesdir to libcrypto.pc pkg-config file



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 5ecb5467
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -368,6 +368,7 @@ libcrypto.pc: Makefile
	    echo 'exec_prefix=$${prefix}'; \
	    echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \
	    echo 'includedir=$${prefix}/include'; \
	    echo 'enginesdir=$${libdir}/engines'; \
	    echo ''; \
	    echo 'Name: OpenSSL-libcrypto'; \
	    echo 'Description: OpenSSL cryptography library'; \