diff options
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 55a2700995..99effbd86c 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -7,10 +7,10 @@ INCLUDES = -O \ $(BONOBO_GNOME_CFLAGS) \ $(EXTRA_GNOME_CFLAGS) \ -DEVOLUTION_IMAGES=\""$(datadir)/images/evolution"\" \ - -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ + -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DEVOLUTION_GLADEDIR=\"$(datadir)/evolution/glade\" \ - -DEVOLUTION_ETSPECDIR=\"$(datadir)/evolution/etspec\" \ + -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \ -DG_LOG_DOMAIN=\"evolution-shell\" # CORBA stuff |