summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-06-26 07:05:19 +0000
committerRichard Levitte <levitte@openssl.org>2003-06-26 07:05:19 +0000
commitc687a3d5d57d4b3e557a2f7a4a952c1ace749d4e (patch)
treec4de01747777e8aa16a5dea4219c0f56af680306
parentdfc31519250a4b2fad51c19f0bb3a16f0d0947a9 (diff)
Scan through the engines directory as well.
-rwxr-xr-xutil/mkfiles.pl1
1 files changed, 1 insertions, 0 deletions
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"
);