[evolution/gnome-2-28] Use same macro name for consistency
- From: Tor Lillqvist <tml src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution/gnome-2-28] Use same macro name for consistency
- Date: Sun, 8 Nov 2009 08:15:06 +0000 (UTC)
commit d7b621928b9e45308702024c5aedf61e3efb2803
Author: Tor Lillqvist <tml iki fi>
Date: Sun Nov 8 10:13:05 2009 +0200
Use same macro name for consistency
Use the same macro name WIN32_BOOTSTRAP_LIBS for the same purpose as
in the other Makefile.am files where the bootstrap import libraries
are needed.
mail/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mail/Makefile.am b/mail/Makefile.am
index f8277aa..e77cb05 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -236,11 +236,11 @@ libevolution_mail_shared_la_SOURCES = \
message-tag-followup.h
if OS_WIN32
-LIBEVOMAIL=$(top_builddir)/win32/libevolution-mail.la
+WIN32_BOOTSTRAP_LIBS = $(top_builddir)/win32/libevolution-mail.la
endif
libevolution_mail_shared_la_LIBADD = \
- $(LIBEVOMAIL) \
+ $(WIN32_BOOTSTRAP_LIBS) \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/widgets/misc/libemiscwidgets.la \
$(top_builddir)/composer/libcomposer.la \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]