diff options
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 5bdbe11e14..89f46991b3 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -8,7 +8,8 @@ INCLUDES = \ $(BONOBO_GNOME_CFLAGS) \ -DEVOLUTION_IMAGES=\""$(imagesdir)"\" \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ - -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" + -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" \ + -DG_LOG_DOMAIN=\"evolution-shell\" EVOLUTION_CORBA_GENERATED = \ Evolution.h \ |