Skip to content

Commit

Permalink
Added missing files and fixed file roles. (#9672)
Browse files Browse the repository at this point in the history
  • Loading branch information
haberman committed Mar 24, 2022
1 parent dbb9619 commit bc799d7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions php/ext/google/protobuf/package.xml
Expand Up @@ -46,10 +46,12 @@
<file baseinstalldir="/" name="protobuf.c" role="src"/>
<file baseinstalldir="/" name="protobuf.h" role="src"/>
<file baseinstalldir="/" name="wkt.inc" role="src"/>
<file baseinstalldir="/" name="third_party/utf8_range/naive.c" role="doc"/>
<file baseinstalldir="/" name="third_party/utf8_range/range2-neon.c" role="doc"/>
<file baseinstalldir="/" name="third_party/utf8_range/range2-sse.c" role="doc"/>
<file baseinstalldir="/" name="LICENSE" role="doc"/>
<file baseinstalldir="/" name="third_party/utf8_range/naive.c" role="src"/>
<file baseinstalldir="/" name="third_party/utf8_range/range2-neon.c" role="src"/>
<file baseinstalldir="/" name="third_party/utf8_range/range2-sse.c" role="src"/>
<file baseinstalldir="/" name="third_party/utf8_range/utf8_range.h" role="src"/>
<file baseinstalldir="/" name="third_party/utf8_range/LICENSE" role="doc"/>
</dir>
</contents>
<dependencies>
Expand Down

0 comments on commit bc799d7

Please sign in to comment.