aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac1
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/xml/Makefile.am3
3 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7a011df00..e970c8d40 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 9eb54132f..49f270951 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 000000000..eafe8de6c
--- /dev/null
+++ b/tests/xml/Makefile.am
@@ -0,0 +1,3 @@
+EXTRA_DIST = \
+ default-irc-networks-sample.xml \
+ user-irc-networks-sample.xml