diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-29 13:53:15 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-29 13:53:15 +0800 |
commit | 2f932c090c673d767484bc7c6b4d85af111641af (patch) | |
tree | 7d6dfe090d378cb69978e502cb8a07c8a9bf6b34 | |
parent | 9b19b1d618903203dbda010b82a65aa0717d183a (diff) | |
download | gsoc2013-evolution-2f932c090c673d767484bc7c6b4d85af111641af.tar gsoc2013-evolution-2f932c090c673d767484bc7c6b4d85af111641af.tar.gz gsoc2013-evolution-2f932c090c673d767484bc7c6b4d85af111641af.tar.bz2 gsoc2013-evolution-2f932c090c673d767484bc7c6b4d85af111641af.tar.lz gsoc2013-evolution-2f932c090c673d767484bc7c6b4d85af111641af.tar.xz gsoc2013-evolution-2f932c090c673d767484bc7c6b4d85af111641af.tar.zst gsoc2013-evolution-2f932c090c673d767484bc7c6b4d85af111641af.zip |
Adding `camel/tests/mime-filter/Makefile' to the `AC_OUTPUT()' list in
`configure.in'.
svn path=/trunk/; revision=10591
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2001-06-29 Ettore Perazzoli <ettore@ximian.com> + + * configure.in: Add `camel/tests/mime-filter/Makefile' to the + `AC_OUTPUT()' list. + 2001-06-27 Peter Williams <peterw@ximian.com> * configure.in (gal): Bump required gal version for new accessors diff --git a/configure.in b/configure.in index 49874d944c..c9693728a6 100644 --- a/configure.in +++ b/configure.in @@ -499,14 +499,13 @@ EVO_CHECK_LIB(OAF, oaf, 0.6.2) EVO_CHECK_LIB(libglade, libglade, 0.14) EVO_CHECK_LIB(gdk-pixbuf with GNOME canvas support, gnomecanvaspixbuf, 0.9.0) EVO_CHECK_LIB(GAL, gal, 0.8.99.5) + dnl FIXME: really a post-0.9.3 version (as of April 25) is needed for dnl changes in Editor.idl (menesis) EVO_CHECK_LIB(GtkHTML, gtkhtml, 0.9.3) EVO_CHECK_LIB(GNOME-VFS, vfs, 1.0) EVO_CHECK_LIB(libxml, xml, 1.8.10, 2.0) - - dnl ************************* dnl CFLAGS and LIBS and stuff dnl ************************* @@ -996,6 +995,7 @@ camel/providers/local/Makefile camel/tests/Makefile camel/tests/lib/Makefile camel/tests/message/Makefile +camel/tests/mime-filter/Makefile camel/tests/misc/Makefile camel/tests/folder/Makefile camel/tests/smime/Makefile |