aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2009-11-08 16:13:05 +0800
committerTor Lillqvist <tml@iki.fi>2009-11-08 16:13:05 +0800
commitd7b621928b9e45308702024c5aedf61e3efb2803 (patch)
treec690ff3fd7882524113a4b8a48b00f97ca92abcb
parent5120561e9979ee371b2074020ca32aaaf846bb8b (diff)
downloadgsoc2013-evolution-d7b621928b9e45308702024c5aedf61e3efb2803.tar
gsoc2013-evolution-d7b621928b9e45308702024c5aedf61e3efb2803.tar.gz
gsoc2013-evolution-d7b621928b9e45308702024c5aedf61e3efb2803.tar.bz2
gsoc2013-evolution-d7b621928b9e45308702024c5aedf61e3efb2803.tar.lz
gsoc2013-evolution-d7b621928b9e45308702024c5aedf61e3efb2803.tar.xz
gsoc2013-evolution-d7b621928b9e45308702024c5aedf61e3efb2803.tar.zst
gsoc2013-evolution-d7b621928b9e45308702024c5aedf61e3efb2803.zip
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.
-rw-r--r--mail/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index f8277aa9e0..e77cb0525f 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 \