Check referenced distribute build files in the project XML files, as well as C source and header files.

This commit is contained in:
Dean Camera 2013-01-11 23:10:25 +00:00
parent ed372b031c
commit 33bc48fa46
2 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@
</xsl:template>
<!-- Match source file nodes, output filename -->
<xsl:template match="build[@type='c-source']|build[@type='header-file']">
<xsl:template match="build[@type='c-source']|build[@type='header-file']|build[@type='distribute']">
<xsl:value-of select="@value"/>
<xsl:text>&#xA;</xsl:text>
</xsl:template>