diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-01-18 18:07:14 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-01-25 13:18:03 +0000 |
commit | a431ced6790c601bbc7a25160b33df3d5d0c852f (patch) | |
tree | d18f9059ef665d01823fed07ca165418cab6e463 /test/name-test | |
parent | d855baed00474dec52eca7e4cb785596819ca470 (diff) |
test/name-test: remove dangling references to test-names.c, which is absent
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
Diffstat (limited to 'test/name-test')
-rw-r--r-- | test/name-test/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/name-test/Makefile.am b/test/name-test/Makefile.am index 1b5722b0..5f11f0be 100644 --- a/test/name-test/Makefile.am +++ b/test/name-test/Makefile.am @@ -18,12 +18,6 @@ if DBUS_BUILD_TESTS ## build even when not doing "make check" noinst_PROGRAMS=test-pending-call-dispatch test-pending-call-timeout test-threads-init test-ids test-shutdown test-privserver test-privserver-client test-autolaunch -test_names_SOURCES= \ - test-names.c - -test_names_LDADD=$(top_builddir)/dbus/libdbus-convenience.la $(DBUS_TEST_LIBS) -test_names_LDFLAGS=@R_DYNAMIC_LDFLAG@ - AM_CPPFLAGS = -DDBUS_STATIC_BUILD test_pending_call_dispatch_SOURCES = \ test-pending-call-dispatch.c |