Initial Makefile commit
authorMike Gorse <mgorse@novell.com>
Mon, 18 Oct 2010 22:07:11 +0000 (18:07 -0400)
committerMike Gorse <mgorse@novell.com>
Tue, 26 Oct 2010 14:26:52 +0000 (10:26 -0400)
Makefile.am
configure.ac
xml/Makefile.am

index 5d64a3c..68f7dc6 100644 (file)
@@ -1,3 +1,3 @@
-SUBDIRS=registryd xml bus
+SUBDIRS=registryd tools xml bus libspi
 
 ACLOCAL_AMFLAGS=-I m4
index ac33877..70533dc 100644 (file)
@@ -175,6 +175,7 @@ AC_SUBST(enable_relocate)
 
 AC_CONFIG_FILES([Makefile
        xml/Makefile
+libspi/Makefile
        registryd/Makefile
        bus/at-spi-dbus-bus
        bus/Makefile])
index ff2c17d..c56e7e0 100644 (file)
@@ -28,3 +28,10 @@ CLEANFILES = \
        introspection.c \
        introspection.h \
        Processed.xml
+
+BUILT_SOURCES = spec.xml
+CLEANFILES = spec.xml
+
+spec.xml: $(XML_SPEC)
+       xsltproc --xinclude $(top_srcdir)/tools/identity.xsl Accessibility.xml >spec.xml
+