2016-02-10 02:18:38 +01:00
|
|
|
{- use File::Spec::Functions qw/catdir rel2abs/; -}
|
2016-01-29 23:33:10 +01:00
|
|
|
LIBS=libcrypto libssl
|
|
|
|
ORDINALS[libcrypto]=crypto
|
|
|
|
ORDINALS[libssl]=ssl
|
2016-02-10 02:18:38 +01:00
|
|
|
INCLUDE[libcrypto]={- rel2abs(catdir($builddir,"include")) -} . crypto/include include
|
|
|
|
INCLUDE[libssl]={- rel2abs(catdir($builddir,"include")) -} . include
|
2016-01-29 23:33:10 +01:00
|
|
|
DEPEND[libssl]=libcrypto
|