Build files: Separate 'lib' intent from 'shlib' intent
[openssl.git] / Configurations / common.tmpl
index 246f18a4c1048446060189e7ad2a5bd69be3d96a..94e49319a94d8310c9424e112e23004e7ca1976f 100644 (file)
              # If this is somehow a compiled object, take care of it that way
              # Otherwise, it might simply be generated
              if (defined $unified_info{sources}->{$_}) {
-                 doobj($_, $lib, intent => "lib", installed => is_installed($lib));
+                 doobj($_, $lib, intent => "shlib", installed => is_installed($lib));
              } else {
                  dogenerate($_, undef, undef, intent => "lib");
              }