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/Makefile.am | |
parent | d0c556c1ebad81db65de67f2315fac74abc5fdd0 (diff) | |
download | gsoc2013-evolution-e7f7d0a9a2ef70bb30fbfedaa5da01cc7ef67df9.tar gsoc2013-evolution-e7f7d0a9a2ef70bb30fbfedaa5da01cc7ef67df9.tar.gz gsoc2013-evolution-e7f7d0a9a2ef70bb30fbfedaa5da01cc7ef67df9.tar.bz2 gsoc2013-evolution-e7f7d0a9a2ef70bb30fbfedaa5da01cc7ef67df9.tar.lz gsoc2013-evolution-e7f7d0a9a2ef70bb30fbfedaa5da01cc7ef67df9.tar.xz 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/Makefile.am')
-rw-r--r-- | camel/Makefile.am | 16 |
1 files changed, 0 insertions, 16 deletions
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) |