Makefile.am: pass headers to g-ir-scanner
[platform/upstream/at-spi2-core.git] / xml / Makefile.am
index c56e7e0..edb71d3 100644 (file)
@@ -29,9 +29,13 @@ CLEANFILES = \
        introspection.h \
        Processed.xml
 
-BUILT_SOURCES = spec.xml
-CLEANFILES = spec.xml
+#BUILT_SOURCES = spec.xml
+#CLEANFILES += spec.xml
+
+XML_SPEC = $(filter %.xml,$(EXTRA_DIST))
 
 spec.xml: $(XML_SPEC)
        xsltproc --xinclude $(top_srcdir)/tools/identity.xsl Accessibility.xml >spec.xml
 
+
+-include $(top_srcdir)/git.mk