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 --- calendar/pcs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/pcs') diff --git a/calendar/pcs/Makefile.am b/calendar/pcs/Makefile.am index b435b90229..5ca12eff6e 100644 --- a/calendar/pcs/Makefile.am +++ b/calendar/pcs/Makefile.am @@ -5,7 +5,7 @@ INCLUDES = \ -I$(top_srcdir)/libical/src/libical \ -I$(top_builddir)/libical/src/libical \ $(BONOBO_VFS_GNOME_CFLAGS) \ - -DGNOMELOCALEDIR=\""$(datadir)/locale"\" + -DGNOMELOCALEDIR=\""$(localedir)"\" CORBA_GENERATED = \ evolution-calendar.h \ -- cgit v1.2.3