diff options
Diffstat (limited to 'e-util/Makefile.am')
-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 19c757e580..3445e4225a 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -1,5 +1,6 @@ INCLUDES = \ - $(GNOME_INCLUDEDIR) + $(GNOME_INCLUDEDIR) \ + -DG_LOG_DOMAIN=\"e-utils\" noinst_LTLIBRARIES = libeutil.la |