summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/lib/telepathy/contactlist/Makefile.am4
-rw-r--r--tests/tools/Makefile.am5
-rwxr-xr-xtests/tools/manager-file.py (renamed from tools/manager-file.py)0
3 files changed, 6 insertions, 3 deletions
diff --git a/tests/lib/telepathy/contactlist/Makefile.am b/tests/lib/telepathy/contactlist/Makefile.am
index 84eb4ca..8efc4a0 100644
--- a/tests/lib/telepathy/contactlist/Makefile.am
+++ b/tests/lib/telepathy/contactlist/Makefile.am
@@ -34,9 +34,9 @@ libtp_test_contactlist_la_CFLAGS = $(TP_GLIB_CFLAGS)
libtp_test_contactlist_la_LIBADD = $(TP_GLIB_LIBS)
_gen/tp_test_contact_list.manager _gen/param-spec-struct.h: \
- manager-file.py $(top_srcdir)/tools/manager-file.py
+ manager-file.py $(top_srcdir)/tests/tools/manager-file.py
$(AM_V_at)$(mkdir_p) _gen
- $(AM_V_GEN)$(PYTHON) $(top_srcdir)/tools/manager-file.py \
+ $(AM_V_GEN)$(PYTHON) $(top_srcdir)/tests/tools/manager-file.py \
$(srcdir)/manager-file.py _gen
DISTCHECK_CONFIGURE_FLAGS = --enable-introspection
diff --git a/tests/tools/Makefile.am b/tests/tools/Makefile.am
index 822301a..bb36dd2 100644
--- a/tests/tools/Makefile.am
+++ b/tests/tools/Makefile.am
@@ -1,3 +1,6 @@
-EXTRA_DIST = with-session-bus.sh
+EXTRA_DIST = \
+ with-session-bus.sh \
+ manager-file.py \
+ $(NULL)
-include $(top_srcdir)/git.mk
diff --git a/tools/manager-file.py b/tests/tools/manager-file.py
index 45f6404..45f6404 100755
--- a/tools/manager-file.py
+++ b/tests/tools/manager-file.py