[at-spi2-core] Add the XML files to the distribution.
- From: Mark Doffman <markdoffman src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] Add the XML files to the distribution.
- Date: Fri, 19 Feb 2010 13:11:26 +0000 (UTC)
commit 5f3bab9c472dd688e9c207a8a96f20294f075853
Author: Mark Doffman <mark doffman codethink co uk>
Date: Thu Feb 11 18:08:21 2010 -0800
Add the XML files to the distribution.
Makefile.am | 2 +-
configure.ac | 1 +
xml/Makefile.am | 29 +++++++++++++++++++++++++++++
3 files changed, 31 insertions(+), 1 deletions(-)
---
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]