diff options
Diffstat (limited to 'executive-summary/test-service/Makefile.am')
-rw-r--r-- | executive-summary/test-service/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/executive-summary/test-service/Makefile.am b/executive-summary/test-service/Makefile.am index 62aaafdc9d..ac22c0ed19 100644 --- a/executive-summary/test-service/Makefile.am +++ b/executive-summary/test-service/Makefile.am @@ -5,7 +5,8 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/executive-summary \ $(EXTRA_GNOME_CFLAGS) \ - $(BONOBO_HTML_GNOME_CFLAGS) + $(BONOBO_HTML_GNOME_CFLAGS) \ + -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" test_service_SOURCES = \ main.c |