From: Mark Doffman Date: Fri, 12 Feb 2010 02:08:21 +0000 (-0800) Subject: Add the XML files to the distribution. X-Git-Tag: AT_SPI2_CORE_0_1_7~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f3bab9c472dd688e9c207a8a96f20294f075853;p=platform%2Fupstream%2Fat-spi2-core.git Add the XML files to the distribution. --- diff --git a/Makefile.am b/Makefile.am index 9eb7da0..8646a13 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS=registryd +SUBDIRS=registryd xml ACLOCAL_AMFLAGS=-I m4 diff --git a/configure.ac b/configure.ac index 387d2e8..af93312 100644 --- a/configure.ac +++ b/configure.ac @@ -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 index 0000000..0b7534a --- /dev/null +++ b/xml/Makefile.am @@ -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