Skip to content

Commit

Permalink
Needed to add .finc to include file suffixes in mkmf.
Browse files Browse the repository at this point in the history
  • Loading branch information
sit23 committed Apr 17, 2018
1 parent de8339f commit 4a0abfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mkmf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ my @list;
#some constants
my $endline = $/;
my @src_suffixes = ( q/\.F/, q/\.F90/, q/\.c/, q/\.f/, q/\.f90/ );
my @inc_suffixes = ( q/\.H/, q/\.fh/, q/\.h/, q/\.inc/, q/\.h90/ );
my @inc_suffixes = ( q/\.H/, q/\.fh/, q/\.h/, q/\.inc/, q/\.h90/, q/\.finc/ );
# push @inc_suffixes, @src_suffixes; # sourcefiles can be includefiles too: DISALLOW, 6 May 2004
# suffixes for the target (mkmf -p): if isn't on the list below it's a program
my @tgt_suffixes = ( q/\.a/ );
Expand Down

0 comments on commit 4a0abfd

Please sign in to comment.