diff options
Diffstat (limited to 'executive-summary/component/Makefile.am')
-rw-r--r-- | executive-summary/component/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executive-summary/component/Makefile.am b/executive-summary/component/Makefile.am index bf86e72d2c..334069a76b 100644 --- a/executive-summary/component/Makefile.am +++ b/executive-summary/component/Makefile.am @@ -17,7 +17,7 @@ INCLUDES = \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \ - -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" \ + -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DG_LOG_DOMAIN=\"evolution-executive-summary\" |