aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-12-01 20:18:03 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-12-01 20:18:03 +0800
commit30c614abc8adcab7bde6abb585f0784bc3272f59 (patch)
tree563fd1a5e47bffe0a38a180b29f8e5c98d220256 /tests
parentace011918359ae39a5b433525fdb8fc56b089f49 (diff)
downloadgsoc2013-empathy-30c614abc8adcab7bde6abb585f0784bc3272f59.tar
gsoc2013-empathy-30c614abc8adcab7bde6abb585f0784bc3272f59.tar.gz
gsoc2013-empathy-30c614abc8adcab7bde6abb585f0784bc3272f59.tar.bz2
gsoc2013-empathy-30c614abc8adcab7bde6abb585f0784bc3272f59.tar.lz
gsoc2013-empathy-30c614abc8adcab7bde6abb585f0784bc3272f59.tar.xz
gsoc2013-empathy-30c614abc8adcab7bde6abb585f0784bc3272f59.tar.zst
gsoc2013-empathy-30c614abc8adcab7bde6abb585f0784bc3272f59.zip
Add necessary files to EXTRA_DIST
svn path=/trunk/; revision=1940
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4e2654050..6736f3661 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -6,6 +6,10 @@ include $(top_srcdir)/rules/check.mak
SUPPRESSIONS=valgrind.supp dlopen.supp
+EXTRA_DIST = \
+ test.manager \
+ test.profile
+
AM_CPPFLAGS = \
-I$(top_srcdir) \
$(EMPATHY_CFLAGS) \