diff options
-rw-r--r-- | camel/ChangeLog | 4 | ||||
-rw-r--r-- | camel/Makefile.am | 16 |
2 files changed, 4 insertions, 16 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index caa2400364..3e87e93217 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2002-01-24 Ettore Perazzoli <ettore@ximian.com> + * Makefile.am: Remove some old cruft. + +2002-01-24 Ettore Perazzoli <ettore@ximian.com> + * tests/folder/Makefile.am: s/MAILER_LIBS/EVOLUTION_MAIL_LIBS/. * tests/message/Makefile.am: Likewise. * tests/mime-filter/Makefile.am: Likewise. diff --git a/camel/Makefile.am b/camel/Makefile.am index 055c303534..58ce2c0c7f 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -255,19 +255,3 @@ noinst_HEADERS = \ EXTRA_DIST = \ README - -#noinst_PROGRAMS = \ -# camel-mime-filter-from -# -#camel_mime_filter_from_SOURCES = \ -# camel-mime-filter-from.c -# -#camel_mime_filter_from_LDADD = \ -# ../camel/libcamel.la \ -# ../e-util/libeutil.la \ -# ../libibex/libibex.la \ -# $(GNOME_LIBDIR) \ -# $(GNOMEUI_LIBS) \ -# $(INTLLIBS) \ -# $(PTHREAD_LIB) \ -# $(EXTRA_GNOME_LIBS) |