Code

New widget helperclass for Gtk:Entry
[inkscape.git] / src / mkdep.pl
index 146641aa35e6c5923e2552be48181c3051e437a4..98b74829a23f91964ffa768f41f73c7ae191a44a 100755 (executable)
@@ -76,7 +76,7 @@ sub make_files {
     close FILES;
 
     # sort out header and source files
-    @hdr = sort grep(/\.(h|hpp|icc|ia)$/i,@lines);
+    @hdr = sort grep(/\.(h|hpp|icc|ia|xpm)$/i,@lines);
     @src = sort grep(/\.(c|cpp|cc|s)$/i,@lines);
 
     print STDERR scalar @lines ." files found (".scalar @src." sources and ".scalar @hdr." headers) in \"make.files\".\n";