X-Git-Url: http://git.silcnet.org/gitweb/?p=autodist.git;a=blobdiff_plain;f=apps%2Fautodist%2Fautodist.in;h=9740828591bfd6c3eaf25c156dc8695227db0c9a;hp=162547ffb485ae642005702fd03f4e6cd5cff0bd;hb=c231fb5a3b62c5f1c34f64b08d152459973552d3;hpb=c594e6a2e0c1072b7f09e60d2a6b1f91eac17827 diff --git a/apps/autodist/autodist.in b/apps/autodist/autodist.in index 162547f..9740828 100755 --- a/apps/autodist/autodist.in +++ b/apps/autodist/autodist.in @@ -697,7 +697,15 @@ ad_process_tree() \! -name \*\.[cC]++ -a \ \! -name \*\.m -a \ \! -name \*\.[hH] -a \ - \! -name \*\.hh \)` + \! -name \*\.hh -a \ + \! -name \*\.[cC]\.in -a \ + \! -name \*\.[cC][cCpP]\.in -a \ + \! -name \*\.[cC][xX][xX]\.in -a \ + \! -name \*\.[cC][pP][pP]\.in -a \ + \! -name \*\.[cC]++\.in -a \ + \! -name \*\.m\.in -a \ + \! -name \*\.[hH]\.in -a \ + \! -name \*\.hh\.in \)` files=`echo $files | sed 's/$am_distdir//'` # Take away noprocess list @@ -742,7 +750,15 @@ ad_process_source_tree() -name \*\.[cC]++ -o \ -name \*\.m -o \ -name \*\.[hH] -o \ - -name \*\.hh \)` + -name \*\.hh -o \ + -name \*\.[cC]\.in -o \ + -name \*\.[cC][cCpP]\.in -o \ + -name \*\.[cC][xX][xX]\.in -o \ + -name \*\.[cC][pP][pP]\.in -o \ + -name \*\.[cC]++\.in -o \ + -name \*\.m\.in -o \ + -name \*\.[hH]\.in -o \ + -name \*\.hh\.in \)` # Take away noprocess list if test -f autodist.noprocess; then