diff options
author | Joe Shaw <joe@ximian.com> | 2002-11-14 05:16:04 +0800 |
---|---|---|
committer | Joe Shaw <joeshaw@src.gnome.org> | 2002-11-14 05:16:04 +0800 |
commit | 5bf1afd678c6407c7018ae8addda74e0c4040811 (patch) | |
tree | fabdd4c383a620fc1cfa21a62d0727cc92fc0b1a /mail/Makefile.am | |
parent | cd31ceb85fc5d5f14bb7f1867851e2853fd0ab77 (diff) | |
download | gsoc2013-evolution-5bf1afd678c6407c7018ae8addda74e0c4040811.tar.gz 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
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |