From 5f3bab9c472dd688e9c207a8a96f20294f075853 Mon Sep 17 00:00:00 2001 From: Mark Doffman Date: Thu, 11 Feb 2010 18:08:21 -0800 Subject: [PATCH] Add the XML files to the distribution. --- Makefile.am | 2 +- configure.ac | 1 + xml/Makefile.am | 29 +++++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 xml/Makefile.am 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 -- 2.7.4