diff options
Diffstat (limited to 'wombat/Makefile.am')
-rw-r--r-- | wombat/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wombat/Makefile.am b/wombat/Makefile.am index 44ebff9345..89ea9f2d69 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -8,9 +8,9 @@ INCLUDES = \ -I$(top_srcdir)/calendar/pcs \ -I$(top_srcdir)/libical/src/libical \ $(GNOME_INCLUDEDIR) \ - $(BONOBO_VFS_GNOME_CFLAGS) \ + $(BONOBO_VFS_GNOME_CFLAGS) \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ - -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" + -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" bin_PROGRAMS = \ wombat |