diff options
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |