[empathy] Point Makefile.am to .lo files, to please some libtool deity
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Point Makefile.am to .lo files, to please some libtool deity
- Date: Wed, 17 Feb 2010 18:00:44 +0000 (UTC)
commit 399aaaeee55ad253dd39a99664558f8124ce842a
Author: Frédéric Péters <fpeters 0d be>
Date: Wed Feb 17 18:43:26 2010 +0100
Point Makefile.am to .lo files, to please some libtool deity
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 74403b5..2f9696e 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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]