diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-01-25 07:16:18 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-01-25 07:16:18 +0800 |
commit | 4ba09274d6d393568a06c483bf4934ea4707a604 (patch) | |
tree | 8bb9f22fe18024c733e233f963c621c39ed460f4 /camel/tests/misc | |
parent | d656b69c9bd1de52d6991e1694fd4dcf9856951c (diff) | |
download | gsoc2013-evolution-4ba09274d6d393568a06c483bf4934ea4707a604.tar.gz gsoc2013-evolution-4ba09274d6d393568a06c483bf4934ea4707a604.tar.zst gsoc2013-evolution-4ba09274d6d393568a06c483bf4934ea4707a604.zip |
Clean up some of the Makefiles so we dont' link every library multiple
times, causing big libtool 1.4 pain.
svn path=/trunk/; revision=15461
Diffstat (limited to 'camel/tests/misc')
-rw-r--r-- | camel/tests/misc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/tests/misc/Makefile.am b/camel/tests/misc/Makefile.am index 1ebda3da9c..dc34d1ea16 100644 --- a/camel/tests/misc/Makefile.am +++ b/camel/tests/misc/Makefile.am @@ -10,7 +10,7 @@ LDADD = \ $(top_builddir)/libibex/libibex.la \ $(GNOME_LIBDIR) \ $(top_builddir)/camel/tests/lib/libcameltest.a \ - $(GNOMEUI_LIBS) $(INTLLIBS) $(MAILER_LIBS) + $(GNOMEUI_LIBS) $(INTLLIBS) $(EVOLUTION_MAIL_LIBS) check_PROGRAMS = \ url |