From d4d70c5c3c9c193243a909e3afc8e21b65a25996 Mon Sep 17 00:00:00 2001 From: Jacob Leach Date: Thu, 4 May 2000 01:15:11 +0000 Subject: 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 --- camel/ChangeLog | 6 ++++++ camel/Makefile.am | 1 + 2 files changed, 7 insertions(+) (limited to 'camel') diff --git a/camel/ChangeLog b/camel/ChangeLog index d2aec28651..39846f46ca 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2000-05-03 Jason Leach + + * Makefile.am (INCLUDES): add $(UNICODE_CFLAGS) to the INCLUDES, + people who installed libunicde in non-standard include paths need + this. + 2000-05-03 NotZed * camel-mime-utils.c (rfc2047_decode_word): If the iconv handle is diff --git a/camel/Makefile.am b/camel/Makefile.am index 57e222c8f1..81914c5950 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -10,6 +10,7 @@ lib_LTLIBRARIES = libcamel.la INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \ -I$(top_srcdir)/intl \ $(GTK_INCLUDEDIR) \ + $(UNICODE_CFLAGS) \ -DCAMEL_PROVIDERDIR=\""$(providerdir)"\" \ -DG_LOG_DOMAIN=\"camel\" -- cgit v1.2.3