From 4f12a108641cae0b4b2fc844b6f22055b19c1a70 Mon Sep 17 00:00:00 2001 From: Arik Devens Date: Sun, 20 Aug 2000 08:09:37 +0000 Subject: added use of UNICODE_CFLAGS... thanks ian... svn path=/trunk/; revision=4887 --- ChangeLog | 5 +++++ e-util/Makefile.am | 3 ++- widgets/e-text/Makefile.am | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5f0444d8fb..e3b068994c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-08-20 arik devens + + * widgets/e-text/Makefile.am (INCLUDES): added UNICODE_CFLAGS + support so that compiling in an alternate prefix works. + 2000-08-19 Lauris Kaplinski * widgets/e-text/e-text.h: Commented out Suckfont, added EFont diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 76af78b891..017f9d48c3 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -4,7 +4,8 @@ INCLUDES = \ -I$(top_srcdir) \ $(GNOME_INCLUDEDIR) \ -DEVOLUTION_IMAGES=\""$(imagesdir)"\" \ - -DG_LOG_DOMAIN=\"e-utils\" + -DG_LOG_DOMAIN=\"e-utils\" \ + $(UNICODE_CFLAGS) noinst_LTLIBRARIES = libeutil.la libeutil-static.la diff --git a/widgets/e-text/Makefile.am b/widgets/e-text/Makefile.am index b4468ce075..d1ec6f61f3 100644 --- a/widgets/e-text/Makefile.am +++ b/widgets/e-text/Makefile.am @@ -1,7 +1,8 @@ INCLUDES = \ -I$(top_srcdir) \ $(GNOME_INCLUDEDIR) \ - -DG_LOG_DOMAIN=\"e-text\" + -DG_LOG_DOMAIN=\"e-text\" \ + $(UNICODE_CFLAGS) noinst_LIBRARIES = \ libetext.a -- cgit v1.2.3