diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-03-05 10:37:44 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-03-05 10:37:44 +0000 |
commit | e8f2013b2075e0d8981e540888594c2013cb9660 (patch) | |
tree | 23531a23805ab4a99ca086d93d0af3b4ea8d88ba | |
parent | 9acfbb2cacec704cf955546b5e8d70b256bf3f41 (diff) |
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
-rw-r--r-- | tests/dbus/Makefile.am | 4 |
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) |