|
@@ -1,6 +1,10 @@
|
|
# Note that some of these directories are filtered in Configure. Look for
|
|
# Note that some of these directories are filtered in Configure. Look for
|
|
# %skipdir there for further explanations.
|
|
# %skipdir there for further explanations.
|
|
-SUBDIRS=crypto ssl apps test util tools fuzz engines providers doc
|
|
|
|
|
|
+
|
|
|
|
+SUBDIRS=crypto ssl apps test util tools fuzz providers doc
|
|
|
|
+IF[{- !$disabled{'deprecated-3.0'} -}]
|
|
|
|
+ SUBDIRS=engines
|
|
|
|
+ENDIF
|
|
|
|
|
|
LIBS=libcrypto libssl
|
|
LIBS=libcrypto libssl
|
|
INCLUDE[libcrypto]=. include
|
|
INCLUDE[libcrypto]=. include
|