Use session.conf from the builddir to fix builddir != srcdir
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Fri, 10 Sep 2010 10:10:52 +0000 (11:10 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Fri, 10 Sep 2010 10:34:40 +0000 (11:34 +0100)
tests/telepathy/Makefile.am

index 39b6896..f352ab7 100644 (file)
@@ -56,7 +56,7 @@ CLEANFILES = \
 test-contact-retrieval: contact-retrieval
        { echo "#!/bin/sh" && \
        echo -n "$(RUN_WITH_PRIVATE_BUS) " && \
-       echo "--config-file=$(top_srcdir)/tests/lib/telepathy/contactlist/session.conf -- ./$<"; } \
+       echo "--config-file=$(top_builddir)/tests/lib/telepathy/contactlist/session.conf -- ./$<"; } \
        > $@
        chmod +x $@