From e8f2013b2075e0d8981e540888594c2013cb9660 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 5 Mar 2008 10:37:44 +0000 Subject: Don't use $(builddir) in tests/dbus/Makefile.am (breaks build with older Automake) 20080305103744-53eee-02087425409d0fd3d53a134fe5445447eb377a69.gz --- tests/dbus/Makefile.am | 4 ++-- 1 file 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) -- cgit v1.2.3