From 5e2a6e9567a367466e98b644caab1056d1823835 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sun, 2 Mar 2008 22:20:43 +0000 Subject: [PATCH] Add xml files for unit tests to the release tarball svn path=/trunk/; revision=691 --- configure.ac | 1 + tests/Makefile.am | 2 ++ tests/xml/Makefile.am | 3 +++ 3 files changed, 6 insertions(+) create mode 100644 tests/xml/Makefile.am diff --git a/configure.ac b/configure.ac index 7a011df0..e970c8d4 100644 --- a/configure.ac +++ b/configure.ac @@ -332,5 +332,6 @@ AC_OUTPUT([ python/pyempathy/Makefile python/pyempathygtk/Makefile tests/Makefile + tests/xml/Makefile tools/Makefile ]) diff --git a/tests/Makefile.am b/tests/Makefile.am index 9eb54132..49f27095 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS = xml + CLEANFILES= include $(top_srcdir)/rules/check.mak diff --git a/tests/xml/Makefile.am b/tests/xml/Makefile.am new file mode 100644 index 00000000..eafe8de6 --- /dev/null +++ b/tests/xml/Makefile.am @@ -0,0 +1,3 @@ +EXTRA_DIST = \ + default-irc-networks-sample.xml \ + user-irc-networks-sample.xml -- 2.39.2