summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-03-05 10:37:44 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-03-05 10:37:44 +0000
commite8f2013b2075e0d8981e540888594c2013cb9660 (patch)
tree23531a23805ab4a99ca086d93d0af3b4ea8d88ba
parent9acfbb2cacec704cf955546b5e8d70b256bf3f41 (diff)
downloadtelepathy-glib_0.7.4_libtool_cra__717.tar.gz
Don't use $(builddir) in tests/dbus/Makefile.am (breaks build with older Automake)telepathy-glib_0.7.4_libtool_cra__717telepathy-glib-0.7.4
20080305103744-53eee-02087425409d0fd3d53a134fe5445447eb377a69.gz
-rw-r--r--tests/dbus/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dbus/Makefile.am b/tests/dbus/Makefile.am
index 2add80ab7..0c85ead14 100644
--- a/tests/dbus/Makefile.am
+++ b/tests/dbus/Makefile.am
@@ -10,11 +10,11 @@ TESTS = $(noinst_PROGRAMS)
test_call_cancellation_LDADD = \
$(TP_GLIB_LIBS) \
- $(builddir)/../libtp-glib-tests.la
+ ../libtp-glib-tests.la
test_dbus_LDADD = $(TP_GLIB_LIBS)
test_disconnection_LDADD = \
$(TP_GLIB_LIBS) \
- $(builddir)/../libtp-glib-tests.la
+ ../libtp-glib-tests.la
test_example_no_protocols_LDADD = $(TP_GLIB_LIBS)
test_unsupported_interface_LDADD = $(TP_GLIB_LIBS)