diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-02-11 12:19:03 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-02-11 12:19:03 +0800 |
commit | 595ac862067f1c992cfb1006f9c4030f5a585bec (patch) | |
tree | 7491cdc05a78791e6e77288c83b4aa700e33fb07 /tests/ui-tests | |
parent | 154a20812708c555a52955226c3e6660e64b7824 (diff) | |
download | gsoc2013-evolution-595ac862067f1c992cfb1006f9c4030f5a585bec.tar gsoc2013-evolution-595ac862067f1c992cfb1006f9c4030f5a585bec.tar.gz gsoc2013-evolution-595ac862067f1c992cfb1006f9c4030f5a585bec.tar.bz2 gsoc2013-evolution-595ac862067f1c992cfb1006f9c4030f5a585bec.tar.lz gsoc2013-evolution-595ac862067f1c992cfb1006f9c4030f5a585bec.tar.xz gsoc2013-evolution-595ac862067f1c992cfb1006f9c4030f5a585bec.tar.zst gsoc2013-evolution-595ac862067f1c992cfb1006f9c4030f5a585bec.zip |
misc autoconf/automake fixes.
svn path=/trunk/; revision=1729
Diffstat (limited to 'tests/ui-tests')
-rw-r--r-- | tests/ui-tests/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/ui-tests/Makefile.am b/tests/ui-tests/Makefile.am index 15bfdfa588..eede246e35 100644 --- a/tests/ui-tests/Makefile.am +++ b/tests/ui-tests/Makefile.am @@ -22,12 +22,6 @@ message_browser_LDADD = \ $(PTHREAD_LIB) \ $(EXTRA_GNOME_LIBS) -camelfilter_LDADD = \ - $(top_builddir)/camel/libcamel.la \ - $(INTLLIBS) \ - $(EXTRA_GNOME_LIBS) \ - $(PTHREAD_LIB) \ - $(EXTRA_GNOME_LIBS) noinst_PROGRAMS = \ message-browser |