]> mj.ucw.cz Git - libucw.git/blobdiff - maint/abi-map-symbols
Created an OpenWRT package
[libucw.git] / maint / abi-map-symbols
index 94d3016dafc309938d3e9111b7beccb9ca813a39..d3c235564b483000503249f79acba83393bb0bf4 100755 (executable)
@@ -79,7 +79,7 @@ my %blacklist = map { $_ => 1 } qw(
        images/scale-gen.h
 );
 
-for my $f (<ucw/*.h>, <ucw/sorter/common.h>, <charset/*.h>, <images/*.h>) {
+for my $f (<ucw/*.h>, <ucw/sorter/common.h>, <charset/*.h>, <images/*.h>, <ucw-xml/*.h>, <ucw-json/*.h>) {
        next if $blacklist{$f};
        parse($f);
 }