diff options
author | Arik Devens <arik@src.gnome.org> | 2000-08-20 16:42:26 +0800 |
---|---|---|
committer | Arik Devens <arik@src.gnome.org> | 2000-08-20 16:42:26 +0800 |
commit | 80a9d2f5da12935ca98d7c1bad9a418c494dc209 (patch) | |
tree | 90b7cb3d6527fe91c873e6997b0ffbb695727af9 /shell/Makefile.am | |
parent | 4f12a108641cae0b4b2fc844b6f22055b19c1a70 (diff) | |
download | gsoc2013-evolution-80a9d2f5da12935ca98d7c1bad9a418c494dc209.tar.gz gsoc2013-evolution-80a9d2f5da12935ca98d7c1bad9a418c494dc209.tar.zst gsoc2013-evolution-80a9d2f5da12935ca98d7c1bad9a418c494dc209.zip |
added UNICODE_LIBS to get unicode linking with the shell...
svn path=/trunk/; revision=4888
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 4bb70634e8..97587a0fb8 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -113,7 +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) + $(BONOBO_GNOME_LIBS) \ + $(UNICODE_LIBS) # Purify support |