]> git.0d.be Git - empathy.git/commitdiff
Point Makefile.am to .lo files, to please some libtool deity
authorFrédéric Péters <fpeters@0d.be>
Wed, 17 Feb 2010 17:43:26 +0000 (18:43 +0100)
committerFrédéric Péters <fpeters@0d.be>
Wed, 17 Feb 2010 17:43:26 +0000 (18:43 +0100)
tests/interactive/Makefile.am

index 74403b585c8cbc4d0f5f512624121d5c85e3b9ff..2f9696e645caa54612ae284c3c8eedf7eb43b0ee 100644 (file)
@@ -30,9 +30,9 @@ test_empathy_account_assistant_SOURCES = test-empathy-account-assistant.c
 
 test_empathy_account_assistant_CFLAGS = -I$(top_srcdir)/src
 test_empathy_account_assistant_LDADD =                         \
-       $(top_builddir)/src/empathy-account-assistant.o \
-       $(top_builddir)/src/empathy-auto-salut-account-helper.o \
-       $(top_builddir)/src/empathy-import-pidgin.    \
-       $(top_builddir)/src/empathy-import-utils.     \
-       $(top_builddir)/src/empathy-import-widget.    \
+       $(top_builddir)/src/empathy-account-assistant.lo        \
+       $(top_builddir)/src/empathy-auto-salut-account-helper.lo        \
+       $(top_builddir)/src/empathy-import-pidgin.lo    \
+       $(top_builddir)/src/empathy-import-utils.lo     \
+       $(top_builddir)/src/empathy-import-widget.lo    \
        $(LDADD)