aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/StudioIntegration/XSLT
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-01-11 23:10:25 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-01-11 23:10:25 +0000
commit33bc48fa4626b0c61fc870c30557f54ff7381d0c (patch)
tree962cfce273295b3496e477ab8ad0954082d9ef74 /LUFA/StudioIntegration/XSLT
parented372b031c75fdc206844b3e9b01ce837193ac80 (diff)
downloadlufa-33bc48fa4626b0c61fc870c30557f54ff7381d0c.tar.gz
lufa-33bc48fa4626b0c61fc870c30557f54ff7381d0c.tar.bz2
lufa-33bc48fa4626b0c61fc870c30557f54ff7381d0c.zip
Check referenced distribute build files in the project XML files, as well as C source and header files.
Diffstat (limited to 'LUFA/StudioIntegration/XSLT')
-rw-r--r--LUFA/StudioIntegration/XSLT/lufa_filelist_transform.xslt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/StudioIntegration/XSLT/lufa_filelist_transform.xslt b/LUFA/StudioIntegration/XSLT/lufa_filelist_transform.xslt
index 103ff51a9..9affc9f67 100644
--- a/LUFA/StudioIntegration/XSLT/lufa_filelist_transform.xslt
+++ b/LUFA/StudioIntegration/XSLT/lufa_filelist_transform.xslt
@@ -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>