diff options
author | Mathieu Lacage <mathieu@src.gnome.org> | 2000-08-21 03:32:56 +0800 |
---|---|---|
committer | Mathieu Lacage <mathieu@src.gnome.org> | 2000-08-21 03:32:56 +0800 |
commit | 44d8831822efabcb53cca846f433a97f94024250 (patch) | |
tree | d2dcf3a82322b89cfc3c57b8ec55515e49932080 /shell/Makefile.am | |
parent | aba39ecef849c813fad6af4a53a3926e92c34949 (diff) | |
download | gsoc2013-evolution-44d8831822efabcb53cca846f433a97f94024250.tar gsoc2013-evolution-44d8831822efabcb53cca846f433a97f94024250.tar.gz gsoc2013-evolution-44d8831822efabcb53cca846f433a97f94024250.tar.bz2 gsoc2013-evolution-44d8831822efabcb53cca846f433a97f94024250.tar.lz gsoc2013-evolution-44d8831822efabcb53cca846f433a97f94024250.tar.xz gsoc2013-evolution-44d8831822efabcb53cca846f433a97f94024250.tar.zst gsoc2013-evolution-44d8831822efabcb53cca846f433a97f94024250.zip |
many fixes to make it compile with strange prefixes...
neither mail nor the calendar components work though...
evil stuff.
svn path=/trunk/; revision=4892
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 |