]> git.0d.be Git - empathy.git/commitdiff
Add xml files for unit tests to the release tarball
authorXavier Claessens <xclaesse@src.gnome.org>
Sun, 2 Mar 2008 22:20:43 +0000 (22:20 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Sun, 2 Mar 2008 22:20:43 +0000 (22:20 +0000)
svn path=/trunk/; revision=691

configure.ac
tests/Makefile.am
tests/xml/Makefile.am [new file with mode: 0644]

index 7a011df004e12ed19d970122070158ee8eecdd0e..e970c8d40f1cf39bc3be61ea1d0d86b03e6716bc 100644 (file)
@@ -332,5 +332,6 @@ AC_OUTPUT([
    python/pyempathy/Makefile
    python/pyempathygtk/Makefile
    tests/Makefile
    python/pyempathy/Makefile
    python/pyempathygtk/Makefile
    tests/Makefile
+   tests/xml/Makefile
    tools/Makefile
 ])
    tools/Makefile
 ])
index 9eb54132f72dd798fc49c31f1438c95ee4a86946..49f27095137c4b6490512401e768012ba00883d7 100644 (file)
@@ -1,3 +1,5 @@
+SUBDIRS = xml
+
 CLEANFILES=
 
 include $(top_srcdir)/rules/check.mak
 CLEANFILES=
 
 include $(top_srcdir)/rules/check.mak
diff --git a/tests/xml/Makefile.am b/tests/xml/Makefile.am
new file mode 100644 (file)
index 0000000..eafe8de
--- /dev/null
@@ -0,0 +1,3 @@
+EXTRA_DIST =                           \
+       default-irc-networks-sample.xml \
+       user-irc-networks-sample.xml