aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Shaw <joe@ximian.com>2002-11-14 05:16:04 +0800
committerJoe Shaw <joeshaw@src.gnome.org>2002-11-14 05:16:04 +0800
commit5bf1afd678c6407c7018ae8addda74e0c4040811 (patch)
treefabdd4c383a620fc1cfa21a62d0727cc92fc0b1a
parentcd31ceb85fc5d5f14bb7f1867851e2853fd0ab77 (diff)
downloadgsoc2013-evolution-5bf1afd678c6407c7018ae8addda74e0c4040811.tar
gsoc2013-evolution-5bf1afd678c6407c7018ae8addda74e0c4040811.tar.gz
gsoc2013-evolution-5bf1afd678c6407c7018ae8addda74e0c4040811.tar.bz2
gsoc2013-evolution-5bf1afd678c6407c7018ae8addda74e0c4040811.tar.lz
gsoc2013-evolution-5bf1afd678c6407c7018ae8addda74e0c4040811.tar.xz
gsoc2013-evolution-5bf1afd678c6407c7018ae8addda74e0c4040811.tar.zst
gsoc2013-evolution-5bf1afd678c6407c7018ae8addda74e0c4040811.zip
Remove a couple backslashes that were causing automake to complain, even
2002-11-13 Joe Shaw <joe@ximian.com> * Makefile.am: Remove a couple backslashes that were causing automake to complain, even though they were on lines that were -commented out-. Sigh. svn path=/trunk/; revision=18746
-rw-r--r--mail/ChangeLog6
-rw-r--r--mail/Makefile.am4
2 files changed, 8 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index ca13021491..3a0d6aba15 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,9 @@
+2002-11-13 Joe Shaw <joe@ximian.com>
+
+ * Makefile.am: Remove a couple backslashes that were causing
+ automake to complain, even though they were on lines that were
+ -commented out-. Sigh.
+
2002-11-13 Ettore Perazzoli <ettore@ximian.com>
* folder-info.c (evolution_folder_info_factory_fn): Use
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 463115e9f3..9d4bf67dba 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -136,7 +136,7 @@ evolution_mail_SOURCES = \
# needs gtkhtml prop manager ported
# mail-font-prefs.c \
-# mail-font-prefs.h \
+# mail-font-prefs.h
evolution_mail_LDADD = \
$(top_builddir)/camel/libcamel.la \
@@ -152,7 +152,7 @@ evolution_mail_LDADD = \
$(top_builddir)/widgets/menus/libmenus.la \
$(EVOLUTION_MAIL_LIBS)
-# $(top_builddir)/shell/importer/libevolution-importer.la \
+# $(top_builddir)/shell/importer/libevolution-importer.la
evolution_mail_LDFLAGS = \
-export-dynamic