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