Oh, now I noticed Bodo's change that made tlsext_ecpointformatlist
[oweals/openssl.git] / util / mkfiles.pl
index a95d14cc6a3bed496b3e8d2a7b8bb23f2df5e748..56bf1798e2862ff13317bbe8ad15ef6c1b748760 100755 (executable)
@@ -54,14 +54,18 @@ my @dirs = (
 "crypto/ui",
 "crypto/krb5",
 "crypto/store",
+"crypto/pqueue",
+"crypto/whrlpool",
+"crypto/ts",
 "ssl",
 "apps",
+"engines",
 "test",
 "tools"
 );
 
 foreach (@dirs) {
-       &files_dir ($_, "Makefile.ssl");
+       &files_dir ($_, "Makefile");
 }
 
 exit(0);