diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | e-util/Makefile.am | 3 | ||||
-rw-r--r-- | widgets/e-text/Makefile.am | 3 |
3 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2000-08-20 arik devens <arik@helixcode.com> + + * widgets/e-text/Makefile.am (INCLUDES): added UNICODE_CFLAGS + support so that compiling in an alternate prefix works. + 2000-08-19 Lauris Kaplinski <lauris@helixcode.com> * 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 |