Check referenced distribute build files in the project XML files, as well as C source...
[pub/USBasp.git] / LUFA / StudioIntegration / XSLT / lufa_filelist_transform.xslt
index 103ff51..9affc9f 100644 (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>