diff options
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 97587a0fb8..0b2457a464 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -113,8 +113,8 @@ evolution_LDADD = \ $(top_builddir)/widgets/e-text/libetext.a \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/e-util/libeutil.la \ - $(BONOBO_GNOME_LIBS) \ - $(UNICODE_LIBS) + $(UNICODE_LIBS) \ + $(BONOBO_GNOME_LIBS) # Purify support |