diff options
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/e-text/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/e-text/Makefile.am b/widgets/e-text/Makefile.am index d1ec6f61f3..b56d735990 100644 --- a/widgets/e-text/Makefile.am +++ b/widgets/e-text/Makefile.am @@ -1,8 +1,8 @@ INCLUDES = \ -I$(top_srcdir) \ $(GNOME_INCLUDEDIR) \ - -DG_LOG_DOMAIN=\"e-text\" \ - $(UNICODE_CFLAGS) + $(UNICODE_CFLAGS) \ + -DG_LOG_DOMAIN=\"e-text\" noinst_LIBRARIES = \ libetext.a |