Add the XML files to the distribution.
authorMark Doffman <mark.doffman@codethink.co.uk>
Fri, 12 Feb 2010 02:08:21 +0000 (18:08 -0800)
committerMark Doffman <mark.doffman@codethink.co.uk>
Fri, 12 Feb 2010 02:08:21 +0000 (18:08 -0800)
Makefile.am
configure.ac
xml/Makefile.am [new file with mode: 0644]

index 9eb7da0..8646a13 100644 (file)
@@ -1,3 +1,3 @@
-SUBDIRS=registryd
+SUBDIRS=registryd xml
 
 ACLOCAL_AMFLAGS=-I m4
index 387d2e8..af93312 100644 (file)
@@ -129,6 +129,7 @@ AC_SUBST(DBUS_SERVICES_DIR)
 AC_SUBST(LIBTOOL_EXPORT_OPTIONS)
 
 AC_CONFIG_FILES([Makefile
+                xml/Makefile
                 registryd/Makefile])
 
 AC_OUTPUT
diff --git a/xml/Makefile.am b/xml/Makefile.am
new file mode 100644 (file)
index 0000000..0b7534a
--- /dev/null
@@ -0,0 +1,29 @@
+EXTRA_DIST = \
+       Accessibility.xml \
+       Accessible.xml \
+       Action.xml \
+       Application.xml \
+       Cache.xml \
+       Collection.xml \
+       Component.xml \
+       create-introspection.sh \
+       DeviceEventController.xml \
+       DeviceEventListener.xml \
+       Document.xml \
+       EditableText.xml \
+       Event.xml \
+       Hyperlink.xml \
+       Hypertext.xml \
+       Image.xml \
+       remove-annotations.xsl \
+       Selection.xml \
+       Socket.xml \
+       Table.xml \
+       Text.xml \
+       Value.xml \
+       versioned-introspection.py
+
+CLEANFILES = \
+       introspection.c \
+       introspection.h \
+       Processed.xml