diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-04-23 14:36:35 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-04-27 15:53:48 +0100 |
commit | c78e2398028fc36dff350353e0c456fc803e361b (patch) | |
tree | f8154440dee0f9eb4d876deddb15e0592f9768a9 /tests/Makefile.am | |
parent | 47196caf12fc0a667c21ce41197b0ca3036fc9a4 (diff) |
Use test_object_new_static_class more
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 69b7359d4..210538feb 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -52,6 +52,7 @@ test_asv_SOURCES = \ test_capabilities_SOURCES = \ capabilities.c test_capabilities_LDADD = \ + $(top_builddir)/tests/lib/libtp-glib-tests.la \ $(top_builddir)/telepathy-glib/libtelepathy-glib-internal.la \ $(GLIB_LIBS) |