]> mj.ucw.cz Git - libucw.git/blobdiff - tools/map-symbols
Packages: Created debian/tag-release script to easily tag new versions.
[libucw.git] / tools / map-symbols
index 5e193b8fea089b9abc77206fec7c7dfb65e3a136..bb82a9468eded3eba5f43a15ec227d7d2a550439 100755 (executable)
@@ -63,9 +63,11 @@ my %blacklist = map { $_ => 1 } qw(
        charset/U-lower.h
        charset/U-unacc.h
        charset/U-upper.h
+       images/image-walk.h
+       images/scale-gen.h
 );
 
-for my $f (<ucw/*.h>, <ucw/sorter/common.h>, <charset/*.h>) {
+for my $f (<ucw/*.h>, <ucw/sorter/common.h>, <charset/*.h>, <images/*.h>) {
        next if $blacklist{$f};
        parse($f);
 }