diff options
author | Dan Winship <danw@src.gnome.org> | 2001-04-27 02:32:01 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-04-27 02:32:01 +0800 |
commit | 27692f25806e38ab3b8ea2f1becceba29a3b4f1c (patch) | |
tree | e062e4a3107697a885287a39e209fcbf7df1860f /calendar/conduits | |
parent | acaff5acfbcf7d578c5b1584fad1979675040d2a (diff) | |
download | gsoc2013-evolution-27692f25806e38ab3b8ea2f1becceba29a3b4f1c.tar.gz gsoc2013-evolution-27692f25806e38ab3b8ea2f1becceba29a3b4f1c.tar.zst gsoc2013-evolution-27692f25806e38ab3b8ea2f1becceba29a3b4f1c.zip |
Remove UNICODE_LIBS
* conduits/todo/Makefile.am (libetodo_conduit_la_LIBADD): Remove
UNICODE_LIBS
* cal-client/Makefile.am (client_test_LDADD): Remove -lunicode
svn path=/trunk/; revision=9588
Diffstat (limited to 'calendar/conduits')
-rw-r--r-- | calendar/conduits/todo/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/conduits/todo/Makefile.am b/calendar/conduits/todo/Makefile.am index df97d306a4..41e897878e 100644 --- a/calendar/conduits/todo/Makefile.am +++ b/calendar/conduits/todo/Makefile.am @@ -26,7 +26,6 @@ libetodo_conduit_la_LIBADD = \ $(top_builddir)/e-util/libeconduit-static.la \ $(BONOBO_GNOME_LIBS) \ $(PISOCK_LIBS) \ - $(UNICODE_LIBS) \ $(GNOME_LIBDIR) \ $(GNOME_LIBS) |