diff options
author | Dan Winship <danw@src.gnome.org> | 2001-04-26 05:18:44 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-04-26 05:18:44 +0800 |
commit | 0d7717153d2677e7f39bb35e05640c8e80475fa7 (patch) | |
tree | 8a7092f847e3be9f4990ed82c23a0b4af80a0ed4 /shell/Makefile.am | |
parent | 42b257dc310636aae29a2c32a2745d91e0f3ea0c (diff) | |
download | gsoc2013-evolution-0d7717153d2677e7f39bb35e05640c8e80475fa7.tar.gz gsoc2013-evolution-0d7717153d2677e7f39bb35e05640c8e80475fa7.tar.zst gsoc2013-evolution-0d7717153d2677e7f39bb35e05640c8e80475fa7.zip |
Remove $(UNICODE_LIBS).
* Makefile.am (evolution_LDADD): Remove $(UNICODE_LIBS).
* main.c (main): Remove call to unicode_init.
svn path=/trunk/; revision=9567
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index b6eb99cba7..d8256b5e10 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -134,7 +134,6 @@ evolution_LDADD = \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/e-util/libeutil.la \ $(EXTRA_GNOME_LIBS) \ - $(UNICODE_LIBS) \ $(GNOME_PRINT_LIBS) \ $(GTKHTML_LIBS) \ $(BONOBO_GNOME_LIBS) |