aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorJacob Leach <jleach@src.gnome.org>2000-05-04 09:15:11 +0800
committerJacob Leach <jleach@src.gnome.org>2000-05-04 09:15:11 +0800
commitd4d70c5c3c9c193243a909e3afc8e21b65a25996 (patch)
treee5208c515979e6e4bcc59f28ba4144ee167066db /mail/Makefile.am
parentf4204133d9aad47020037bedafe2c08821b85cdf (diff)
downloadgsoc2013-evolution-d4d70c5c3c9c193243a909e3afc8e21b65a25996.tar
gsoc2013-evolution-d4d70c5c3c9c193243a909e3afc8e21b65a25996.tar.gz
gsoc2013-evolution-d4d70c5c3c9c193243a909e3afc8e21b65a25996.tar.bz2
gsoc2013-evolution-d4d70c5c3c9c193243a909e3afc8e21b65a25996.tar.lz
gsoc2013-evolution-d4d70c5c3c9c193243a909e3afc8e21b65a25996.tar.xz
gsoc2013-evolution-d4d70c5c3c9c193243a909e3afc8e21b65a25996.tar.zst
gsoc2013-evolution-d4d70c5c3c9c193243a909e3afc8e21b65a25996.zip
Some small build fixes:
* camel/Makefile.am (INCLUDES): add $(UNICODE_CFLAGS) to the INCLUDES, people who installed libunicde in non-standard include paths need this. * mail/Makefile.am (evolution_mail_LDADD): s/-lunicode/$(UNICODE_LIBS)/ svn path=/trunk/; revision=2785
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 0962c13457..5f7701749a 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -58,7 +58,7 @@ evolution_mail_LDADD = \
../e-util/libeutil.la \
../libibex/libibex.la \
$(BONOBO_HTML_GNOME_LIBS) \
- -lunicode
+ $(UNICODE_LIBS)
test_mail_SOURCES = \
test-mail.c