diff options
Diffstat (limited to 'addressbook/gui/minicard')
-rw-r--r-- | addressbook/gui/minicard/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/gui/minicard/Makefile.am b/addressbook/gui/minicard/Makefile.am index edd000539b..17f6d00548 100644 --- a/addressbook/gui/minicard/Makefile.am +++ b/addressbook/gui/minicard/Makefile.am @@ -44,8 +44,8 @@ minicard_label_test_LDADD = \ $(GNOMEGNORBA_LIBS) \ libeminicard.a \ $(BONOBO_GNOME_LIBS) \ - $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/widgets/e-text/libetext.a + $(top_builddir)/widgets/e-text/libetext.a \ + $(top_builddir)/e-util/libeutil.la minicard_test_SOURCES = \ test-minicard.c |