diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-01-25 07:44:00 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-01-25 07:44:00 +0800 |
commit | e7f7d0a9a2ef70bb30fbfedaa5da01cc7ef67df9 (patch) | |
tree | 8b56d06723ec5c6f7a7523057671785e9a96146a /camel | |
parent | d0c556c1ebad81db65de67f2315fac74abc5fdd0 (diff) | |
download | gsoc2013-evolution-e7f7d0a9a2ef70bb30fbfedaa5da01cc7ef67df9.tar.gz gsoc2013-evolution-e7f7d0a9a2ef70bb30fbfedaa5da01cc7ef67df9.tar.zst gsoc2013-evolution-e7f7d0a9a2ef70bb30fbfedaa5da01cc7ef67df9.zip |
Remove some old cruft.
* Makefile.am: Remove some old cruft.
svn path=/trunk/; revision=15463
Diffstat (limited to 'camel')
-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) |