From c687a3d5d57d4b3e557a2f7a4a952c1ace749d4e Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 26 Jun 2003 07:05:19 +0000 Subject: [PATCH 1/1] Scan through the engines directory as well. --- util/mkfiles.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/util/mkfiles.pl b/util/mkfiles.pl index a95d14cc6a..d8cac3a3b4 100755 --- a/util/mkfiles.pl +++ b/util/mkfiles.pl @@ -56,6 +56,7 @@ my @dirs = ( "crypto/store", "ssl", "apps", +"engines", "test", "tools" ); -- 2.34.1