Move tools/manager-file.py to tests/tools/manager-file.py
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Fri, 10 Sep 2010 10:30:28 +0000 (11:30 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Fri, 10 Sep 2010 11:10:54 +0000 (12:10 +0100)
It belongs with the test tools, since it's only useful for the Telepathy test
rig.

tests/lib/telepathy/contactlist/Makefile.am
tests/tools/Makefile.am
tests/tools/manager-file.py [moved from tools/manager-file.py with 100% similarity]

index 84eb4ca..8efc4a0 100644 (file)
@@ -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
index 822301a..bb36dd2 100644 (file)
@@ -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