Skip to content

Commit

Permalink
dbivport.h should be installed as well. GH#159
Browse files Browse the repository at this point in the history
  • Loading branch information
whindsx authored and djzort committed Jan 14, 2023
1 parent a69f0ca commit c96e02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -1798,7 +1798,7 @@ sub symbol_search {
}
close main::MK_PM or die "Error closing mk.pm: $!\n";

foreach (qw(mk.pm Oracle.h dbdimp.h ocitrace.h)) {
foreach (qw(mk.pm Oracle.h dbdimp.h dbivport.h ocitrace.h)) {
$self->{PM}->{$_} = '$(INST_ARCHAUTODIR)/'.$_;
}

Expand Down

0 comments on commit c96e02d

Please sign in to comment.