diff options
author | Frédéric Péters <fpeters@0d.be> | 2010-02-18 01:43:26 +0800 |
---|---|---|
committer | Frédéric Péters <fpeters@0d.be> | 2010-02-18 01:43:26 +0800 |
commit | 399aaaeee55ad253dd39a99664558f8124ce842a (patch) | |
tree | 26a4f3b252e98deedebed17acf46a5d25b3c735c /tests | |
parent | 32061585dc6be565457a19df27037bd91ff01210 (diff) | |
download | gsoc2013-empathy-399aaaeee55ad253dd39a99664558f8124ce842a.tar gsoc2013-empathy-399aaaeee55ad253dd39a99664558f8124ce842a.tar.gz gsoc2013-empathy-399aaaeee55ad253dd39a99664558f8124ce842a.tar.bz2 gsoc2013-empathy-399aaaeee55ad253dd39a99664558f8124ce842a.tar.lz gsoc2013-empathy-399aaaeee55ad253dd39a99664558f8124ce842a.tar.xz gsoc2013-empathy-399aaaeee55ad253dd39a99664558f8124ce842a.tar.zst gsoc2013-empathy-399aaaeee55ad253dd39a99664558f8124ce842a.zip |
Point Makefile.am to .lo files, to please some libtool deity
Diffstat (limited to 'tests')
-rw-r--r-- | tests/interactive/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am index 74403b585..2f9696e64 100644 --- a/tests/interactive/Makefile.am +++ b/tests/interactive/Makefile.am @@ -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.o \ - $(top_builddir)/src/empathy-import-utils.o \ - $(top_builddir)/src/empathy-import-widget.o \ + $(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) |