diff --git a/util/fipsdist.pl b/util/fipsdist.pl index 3694a5dcc..cb501e53e 100644 --- a/util/fipsdist.pl +++ b/util/fipsdist.pl @@ -17,6 +17,7 @@ foreach (@objlist) { $tarobjs{"$1.c"} = 1 if /([^\/]+).o$/}; $tarobjs{"ncbc_enc.c"} = 1; $tarobjs{"mem_clr.c"} = 1; +$tarobjs{"ppc_cap.c"} = 1; foreach (split / /, $ENV{LINKDIRS} ) { $cdirs{$_} = 1 };