From faed5f42e47b263f4b4d01106d4bdec1930c475f Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 24 Oct 2000 03:09:37 +0000 Subject: AM_GNOME_GETTEXT doesn't use $(datadir)/locale as the locale dir. (It uses either $(prefix)/share/locale or $(prefix)/lib/locale.) Cope with this. svn path=/trunk/; revision=6141 --- wombat/ChangeLog | 4 ++++ wombat/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'wombat') diff --git a/wombat/ChangeLog b/wombat/ChangeLog index f77de0f9a6..124fb81aea 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,7 @@ +2000-10-23 Dan Winship + + * Makefile.am (INCLUDES): Update EVOLUTION_LOCALEDIR + 2000-09-25 Federico Mena Quintero * Makefile.am (INCLUDES): Add the libical include path. 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 -- cgit v1.2.3