Oh, now I noticed Bodo's change that made tlsext_ecpointformatlist
[oweals/openssl.git] / util / mkfiles.pl
index 70d1348a343ebfc6a806d1f3b229a879fb449ffc..56bf1798e2862ff13317bbe8ad15ef6c1b748760 100755 (executable)
@@ -53,14 +53,19 @@ my @dirs = (
 "crypto/ocsp",
 "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);