X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fmkfiles.pl;h=5da72ffac3f43d2c6ed8457c5b7173ad8fa3c7bb;hb=91e3e6e230eddb96b3fe5d2b9a5c547d03dd9649;hp=e313f5af3da6f15f9d9300ef7849385b2541a90e;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git diff --git a/src/mkfiles.pl b/src/mkfiles.pl index e313f5af3..5da72ffac 100755 --- a/src/mkfiles.pl +++ b/src/mkfiles.pl @@ -76,7 +76,7 @@ sub doMakeFiles # print "$key => $value\n"; # } - $patterns = '.c$|.cpp$|.h$|.hpp$'; + $patterns = '.c$|.cpp$|.h$|.hpp$|.xpm$'; @files = &find_files(".", $patterns, $excludes, \@excluded);